summaryrefslogtreecommitdiffstats
path: root/cpukit/aclocal/prog-cc.m4
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-12-10 23:30:54 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-12-10 23:30:54 +0000
commit30ad45ff38b2689e6156ed9ad8a8ce34b60576ee (patch)
tree76f34490a0ef7a0adcafd5226ea70dadd80ee6b9 /cpukit/aclocal/prog-cc.m4
parent2008-12-10 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-30ad45ff38b2689e6156ed9ad8a8ce34b60576ee.tar.bz2
Use -r instead of -Wl,-r to build *.rels.
Diffstat (limited to 'cpukit/aclocal/prog-cc.m4')
-rw-r--r--cpukit/aclocal/prog-cc.m42
1 files changed, 1 insertions, 1 deletions
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)
])