define sunos version when building with GNU

This commit is contained in:
Jeff Hill
2002-03-27 00:18:52 +00:00
parent 93ce52dc43
commit 95a1497c8c

View File

@@ -12,8 +12,8 @@ include $(CONFIG)/CONFIG.gnuCommon
GNU_DIR = /opt/gnu
CC = $(GNU_BIN)/gcc
CCC = $(GNU_BIN)/g++
CC = $(GNU_BIN)/gcc -D__`uname -s`_`uname -r`
CCC = $(GNU_BIN)/g++ -D__`uname -s`_`uname -r`
AR = ar -rc
RANLIB=
LD = ld -r