summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/Event_Service/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/Event_Service/Makefile')
-rw-r--r--TAO/orbsvcs/Event_Service/Makefile12
1 files changed, 0 insertions, 12 deletions
diff --git a/TAO/orbsvcs/Event_Service/Makefile b/TAO/orbsvcs/Event_Service/Makefile
index 3ffaf01b67c..428a032e308 100644
--- a/TAO/orbsvcs/Event_Service/Makefile
+++ b/TAO/orbsvcs/Event_Service/Makefile
@@ -40,18 +40,6 @@ Event_Service: $(addprefix $(VDIR),$(ES_OBJS))
$(LINK.cc) $(LDFLAGS) -o $@ $^ $(VLDLIBS) $(POSTLINK)
#----------------------------------------------------------------------------
-# Local targets (and local hacks)
-#----------------------------------------------------------------------------
-
-ifeq ($(LYNXTARGET),ppc)
-#### Event_Service.cpp raises internal compiler error with LynxOS 3.0.0 g++,
-#### but only when -O2 optimization is enabled. Disable it . . .
-.obj/Event_Service.o .obj/Event_Service.so .shobj/Event_Service.o .shobj/Event_Service.so: Event_Service.cpp
- @echo NOTE: compiling Event_Service.cpp with -O instead of -O2, see Makefile.
- $(subst $(OCFLAGS) ,-O ,$(COMPILE.cc)) -o $@ $<
-endif # LYNXTARGET == ppc
-
-#----------------------------------------------------------------------------
# Dependencies
#----------------------------------------------------------------------------