1 The native compiler on OpenIndiana is gcc. Modify GNU make to suit.
2 We don't define GCC_IS_NATIVE since this also modifies the native
3 lex and yacc defitions and makes the POSIX tests fail.
5 This patch is taken from OmniOS on May 9th, 2021
6 diff -wpruN '--exclude=*.orig' a~/src/default.c a/src/default.c
7 --- a~/src/default.c 1970-01-01 00:00:00
8 +++ a/src/default.c 1970-01-01 00:00:00
9 @@ -529,9 +529,9 @@ static const char *default_variables[] =
10 # endif /* __MSDOS__ */
20 /* This expands to $(CO) $(COFLAGS) $< $@ if $@ does not exist,