summaryrefslogtreecommitdiff
path: root/ACE/include/makeinclude/platform_rtems.x_g++.GNU
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-10-18 13:55:22 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-10-18 13:55:22 +0000
commitdd8a29222cee8b00fb71fe1d55d196a800d91cbf (patch)
treea2b48d735df8f1946eda1a16ec2762c0bb367d96 /ACE/include/makeinclude/platform_rtems.x_g++.GNU
parentf1b73e0c20a3cb0b1bb813aa6338b4bb3f7f50b3 (diff)
downloadATCD-dd8a29222cee8b00fb71fe1d55d196a800d91cbf.tar.gz
Wed Oct 19 13:52:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACE/include/makeinclude/platform_rtems.x_g++.GNU')
-rw-r--r--ACE/include/makeinclude/platform_rtems.x_g++.GNU18
1 files changed, 1 insertions, 17 deletions
diff --git a/ACE/include/makeinclude/platform_rtems.x_g++.GNU b/ACE/include/makeinclude/platform_rtems.x_g++.GNU
index 13484d4d578..468ba9196ac 100644
--- a/ACE/include/makeinclude/platform_rtems.x_g++.GNU
+++ b/ACE/include/makeinclude/platform_rtems.x_g++.GNU
@@ -26,15 +26,6 @@ include $(RTEMS_MAKEFILE_PATH)/make/target.cfg
# Test for template instantiation.
include $(ACE_ROOT)/include/makeinclude/platform_g++_common.GNU
-#### BEGIN target CPU-specific settings
-# look them up
-#CFLAGS = $(shell make --no-print-directory -f $(ACE_ROOT)/include/makeinclude/Makefile.rtems print_cflags)
-#CCFLAGS = $(shell make --no-print-directory -f $(ACE_ROOT)/include/makeinclude/Makefile.rtems print_cflags) -fno-implicit-templates
-#CCFLAGS = $(TEMPLATES_FLAG)
-#### END target CPU-specific settings
-
-#CXX := $(shell make --no-print-directory -f $(ACE_ROOT)/include/makeinclude/Makefile.rtems print_cxx)
-
CFLAGS += -D_REENTRANT -ansi -fno-builtin -fno-defer-pop -fvolatile $(PIPE_OPT) -W -Wall -I$(RTEMS_MAKEFILE_PATH)/lib/include -DACE_HAS_RTEMS
CCFLAGS += $(CFLAGS) $(CPPFLAGS)
ifeq (,$(rtti))
@@ -44,14 +35,7 @@ DCFLAGS += -g
DLD = $(LD)
INCLDIRS +=
-#LIBS += -lrtems++ -lrtemsbsp -lrtemscpu
-
-# Hand build etc/rtems_init.o .. something like this
-# sparc-rtems-gcc -B/opt/rtems/sparc-rtems/erc32/lib/ -specs bsp_specs \
-# -qrtems -mcpu=cypress -O -g \
-# -I$(ACE_ROOT) -c -o rtems_init.o rtems_init.c
-
-LD = $(CXX) $(CCFLAGS) $(ACE_ROOT)/etc/rtems_init.o
+LD = $(CXX) $(CCFLAGS)
LDFLAGS += -specs bsp_specs -qrtems -Wl,--allow-multiple-definition -B$(RTEMS_MAKEFILE_PATH)/lib
OCFLAGS += -O
PIC =