From 6f8e7a6d2b05de86e2713d74661b7119d1126eeb Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 8 Nov 2005 07:35:01 +0000 Subject: Remove RTEMS_BSP_SPECS, GCC_SPECS. Don't manually set up GCCSPEC (Now setup from inside configure). Remove RTEMS_RELLDFLAGS (Used). --- testsuites/automake/compile.am | 8 -------- 1 file changed, 8 deletions(-) (limited to 'testsuites/automake') 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) \ -- cgit v1.2.3