diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-06-19 15:44:14 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-06-19 15:44:14 +0000 |
commit | 8225ba1d774e41538f6fa431cc986fd334b61728 (patch) | |
tree | 03c511cd5eac924e040ef36b77791de17c677a38 /include/makeinclude/platform_lynxos.GNU | |
parent | 475a411f1b572c50e452a675f2bfc85e8500a25a (diff) | |
download | ATCD-8225ba1d774e41538f6fa431cc986fd334b61728.tar.gz |
ChangeLogTag: Mon Jun 19 10:43:27 2000 David L. Levine <levine@cs.wustl.edu>
Diffstat (limited to 'include/makeinclude/platform_lynxos.GNU')
-rw-r--r-- | include/makeinclude/platform_lynxos.GNU | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/include/makeinclude/platform_lynxos.GNU b/include/makeinclude/platform_lynxos.GNU index bb30e4ca4fb..898a51cae27 100644 --- a/include/makeinclude/platform_lynxos.GNU +++ b/include/makeinclude/platform_lynxos.GNU @@ -90,19 +90,13 @@ else ACE_HAS_GNUG_PRE_2_8 = 0 endif # VERSION -ifeq (2.5.0,$(VERSION)) - CFLAGS += -mthreads -else # ! 2.5.0 -ifeq (3.0.,$(findstring 3.0.,$(VERSION))) - CFLAGS += -mthreads -else # >= 3.1.0 +ifeq (3.1.0,$(VERSION)) CFLAGS += -I$(ENV_PREFIX)/usr/include -endif # >= 3.1.0 -endif # ! 2.5.0 +endif # 3.1.0 CC = gcc CXX = g++ -CFLAGS += -pipe -ansi -Wpointer-arith +CFLAGS += -mthreads -pipe -ansi -Wpointer-arith #### -Winline complains a lot with -O2. #### CFLAGS += -Winline #### LynxOS 3.0.0's g++ has a lot of warnings about non-virtual base class |