diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-04-03 21:29:24 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-04-03 21:29:24 +0000 |
commit | 2df2485eb16db2ce73eed79717f76a2ac2ec2f00 (patch) | |
tree | 6d2d25c638055ddc4dd74e645a45abcad64cabb9 /include/makeinclude/platform_sco-nothread.GNU | |
parent | 8f134d4db293b9e70413e8c8f7aa23d59c61df80 (diff) | |
download | ATCD-2df2485eb16db2ce73eed79717f76a2ac2ec2f00.tar.gz |
removed comment at head, it was wrong
Diffstat (limited to 'include/makeinclude/platform_sco-nothread.GNU')
-rw-r--r-- | include/makeinclude/platform_sco-nothread.GNU | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/makeinclude/platform_sco-nothread.GNU b/include/makeinclude/platform_sco-nothread.GNU index 5c7f22dad8a..b10da7e7358 100644 --- a/include/makeinclude/platform_sco-nothread.GNU +++ b/include/makeinclude/platform_sco-nothread.GNU @@ -1,9 +1,4 @@ -# According to Bryon G. Rigg <bgrigg@opus.bcbnet.com>, this file -# should allow ACE to be built on Linux. - CC = gcc -# for threads -# for no threads CXX = g++ CFLAGS += -w -O2 CCFLAGS += -w -O2 -fno-implicit-templates -fno-strict-prototypes |