From 30ad45ff38b2689e6156ed9ad8a8ce34b60576ee Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 10 Dec 2008 23:30:54 +0000 Subject: Use -r instead of -Wl,-r to build *.rels. --- cpukit/aclocal/prog-cc.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/aclocal/prog-cc.m4') diff --git a/cpukit/aclocal/prog-cc.m4 b/cpukit/aclocal/prog-cc.m4 index bb3259ebc5..d839eda9f7 100644 --- a/cpukit/aclocal/prog-cc.m4 +++ b/cpukit/aclocal/prog-cc.m4 @@ -37,7 +37,7 @@ RTEMS_CPPFLAGS="-I\$(top_builddir) -I\$(PROJECT_INCLUDE)" AC_SUBST(RTEMS_CPPFLAGS) AS_IF([test "$GCC" = yes],[ - RTEMS_RELLDFLAGS="-qnolinkcmds -nostdlib -Wl,-r" + RTEMS_RELLDFLAGS="-qnolinkcmds -nostdlib -r" ]) AC_SUBST(RTEMS_RELLDFLAGS) ]) -- cgit v1.2.3