Remove RTEMS_USE_GCC. Remove RTEMS_RELLDFLAGS.

This commit is contained in:
Ralf Corsepius
2005-11-20 08:11:17 +00:00
parent 546c41d075
commit 430a833dc8

View File

@@ -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)