summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--c/src/automake/compile.am6
1 files changed, 0 insertions, 6 deletions
diff --git a/c/src/automake/compile.am b/c/src/automake/compile.am
index 1695da81d0..8ac24ffc70 100644
--- a/c/src/automake/compile.am
+++ b/c/src/automake/compile.am
@@ -2,12 +2,6 @@
## $Id$
##
-## RTEMS_USE_GCC .. if we are using GCC
-
-if RTEMS_USE_GCC
-RTEMS_RELLDFLAGS = -qnolinkcmds -nostdlib -Wl,-r
-endif
-
## -------------------------------------------------------------------------
CC = @CC@ $(GCCSPECS)