1# This is the Solaris gcc configuration file for DMAKE
2#	It modifies the value of CC to be gcc
3#
4
5CC = gcc
6
7# disable a gcc bug when compiling runargv.c
8runargv.o ?= CFLAGS += -g
9