summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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) \