diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-03-19 22:13:34 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-03-19 22:13:34 +0000 |
commit | 6fd65cea64814349560e4c64a4a160c5653b22ae (patch) | |
tree | daf0aae18c0637bbd0a3b0fbfa01828d526c7b3a /include/makeinclude/platform_sco5.0.0-nothread.GNU | |
parent | dc2f8cfb211a58bf8c8bcc5abfb488a20284d9fc (diff) | |
download | ATCD-6fd65cea64814349560e4c64a4a160c5653b22ae.tar.gz |
split out CFLAGS and CCFLAGS
Diffstat (limited to 'include/makeinclude/platform_sco5.0.0-nothread.GNU')
-rw-r--r-- | include/makeinclude/platform_sco5.0.0-nothread.GNU | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/include/makeinclude/platform_sco5.0.0-nothread.GNU b/include/makeinclude/platform_sco5.0.0-nothread.GNU index c447f986a47..ed900e8bf1f 100644 --- a/include/makeinclude/platform_sco5.0.0-nothread.GNU +++ b/include/makeinclude/platform_sco5.0.0-nothread.GNU @@ -1,14 +1,15 @@ # According to Bryon G. Rigg <bgrigg@opus.bcbnet.com>, this file # should allow ACE to be built on Linux. -#CC = gcc -w -CC = gcc -b elf -w +CC = gcc # for threads # for no threads -#CXX = gcc -fno-implicit-templates -w -I. -fno-strict-prototypes -D__ACE_INLINE__ -CXX = gcc -b elf -Xpg4plus -fno-implicit-templates -I ${MITOSYS_DIR}/socketrpc/netsel -I ${MITOSYS_DIR}/socketrpc -I ${MITOSYS_DIR}/librerias/include -I/usr/local/lib/g++-include -I. -D__ACE_INLINE__ +#CXX = gcc -fno-implicit-templates -w -fno-strict-prototypes +CXX = g++ +CFLAGS += -b elf -w +CCFLAGS += -b elf -Xpg4plus -fno-implicit-templates -I ${MITOSYS_DIR}/socketrpc/netsel -I ${MITOSYS_DIR}/socketrpc -I ${MITOSYS_DIR}/librerias/include -I/usr/local/lib/g++-include DLD = $(CXX) -LIBS = -lstdc++ -lsocket +LIBS = -lsocket PIC = -fpic -shared AR = ar ARFLAGS = ruv |