diff options
Diffstat (limited to 'dmake/unix/solaris/gnu/config.mk')
-rw-r--r-- | dmake/unix/solaris/gnu/config.mk | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/dmake/unix/solaris/gnu/config.mk b/dmake/unix/solaris/gnu/config.mk deleted file mode 100644 index f6f4f2c68cbc..000000000000 --- a/dmake/unix/solaris/gnu/config.mk +++ /dev/null @@ -1,8 +0,0 @@ -# This is the Solaris gcc configuration file for DMAKE -# It modifies the value of CC to be gcc -# - -CC = gcc - -# disable a gcc bug when compiling runargv.c -runargv.o ?= CFLAGS += -g |