diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-03-10 19:24:57 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-03-10 19:24:57 +0000 |
commit | e58c394c986d640ece14d9f747c7180c8a95b42a (patch) | |
tree | 39c492e6fa3a87ddf3705f7028161a7fbad3d4af /TAO/examples | |
parent | 8eefe7b3c0a541c4d3dabe8f7f803771f1961820 (diff) | |
download | ATCD-e58c394c986d640ece14d9f747c7180c8a95b42a.tar.gz |
removed -pedantic from g++ CCFLAGS because prevented use of native long long (Linux/i386)
Diffstat (limited to 'TAO/examples')
-rw-r--r-- | TAO/examples/Simulator/Event_Supplier/Makefile | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/TAO/examples/Simulator/Event_Supplier/Makefile b/TAO/examples/Simulator/Event_Supplier/Makefile index 0eefb40ec15..30837b6d39f 100644 --- a/TAO/examples/Simulator/Event_Supplier/Makefile +++ b/TAO/examples/Simulator/Event_Supplier/Makefile @@ -7,7 +7,7 @@ BIN = Event_Sup Event_Con BUILD = $(BIN) -IDL_SRC = NavWeapC.cpp +IDL_SRC = NavWeapC.cpp EVENT_TEST_SRCS= \ Event_Sup.cpp Event_Con.cpp $(IDL_SRC) @@ -30,14 +30,6 @@ include $(ACE_ROOT)/include/makeinclude/rules.common.GNU include $(ACE_ROOT)/include/makeinclude/rules.nonested.GNU include $(ACE_ROOT)/include/makeinclude/rules.local.GNU -#### compiler-specific options -ifeq ($(CXX),g++) - CCFLAGS += -pedantic -else -ifeq ($(CXX),CC) -endif -endif - #### Local rules and variables... ifndef TAO_ROOT |