summaryrefslogtreecommitdiffstats
path: root/testsuites/automake
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-11-08 07:35:01 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-11-08 07:35:01 +0000
commit6f8e7a6d2b05de86e2713d74661b7119d1126eeb (patch)
tree6a798e88ea8745b31163352cfd629ac7b1b3d340 /testsuites/automake
parentMerge RTEMS_BSP_SPECS and GCC_SPECS into GCCSPECS. (diff)
downloadrtems-6f8e7a6d2b05de86e2713d74661b7119d1126eeb.tar.bz2
Remove RTEMS_BSP_SPECS, GCC_SPECS.
Don't manually set up GCCSPEC (Now setup from inside configure). Remove RTEMS_RELLDFLAGS (Used).
Diffstat (limited to 'testsuites/automake')
-rw-r--r--testsuites/automake/compile.am8
1 files changed, 0 insertions, 8 deletions
diff --git a/testsuites/automake/compile.am b/testsuites/automake/compile.am
index fbfbe75ef5..30a3ccb289 100644
--- a/testsuites/automake/compile.am
+++ b/testsuites/automake/compile.am
@@ -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) \