Remove RTEMS_BSP_SPECS, GCC_SPECS.

Don't manually set up GCCSPEC (Now setup from inside configure).
Remove RTEMS_RELLDFLAGS (Used).
This commit is contained in:
Ralf Corsepius
2005-11-08 07:35:01 +00:00
parent 40b0086d7d
commit 6f8e7a6d2b
-8
View File
@@ -4,14 +4,6 @@
## RTEMS_USE_GCC .. if we are using GCC
if RTEMS_USE_GCC
## All the stuff below is specific to gcc
GCCSPECS = $(GCC_SPECS) $(RTEMS_BSP_SPECS)
endif # RTEMS_USE_GCC
if RTEMS_USE_GCC
RTEMS_RELLDFLAGS = -qnolinkcmds -nostdlib -Wl,-r
endif
LINK_LIBS = $(LD_LIBS)
#COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \