forked from Imagelibrary/rtems
Use -r instead of -Wl,-r to build *.rels.
This commit is contained in:
@@ -50,7 +50,7 @@ AS_IF([test x"$rtems_cv_gcc_isystem" = xyes],[
|
|||||||
AC_SUBST(RTEMS_CPPFLAGS)
|
AC_SUBST(RTEMS_CPPFLAGS)
|
||||||
|
|
||||||
AS_IF([test "$GCC" = yes],[
|
AS_IF([test "$GCC" = yes],[
|
||||||
RTEMS_RELLDFLAGS="-qnolinkcmds -nostdlib -Wl,-r"
|
RTEMS_RELLDFLAGS="-qnolinkcmds -nostdlib -r"
|
||||||
])
|
])
|
||||||
AC_SUBST(RTEMS_RELLDFLAGS)
|
AC_SUBST(RTEMS_RELLDFLAGS)
|
||||||
])
|
])
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ RTEMS_CPPFLAGS="-I\$(top_builddir) -I\$(PROJECT_INCLUDE)"
|
|||||||
AC_SUBST(RTEMS_CPPFLAGS)
|
AC_SUBST(RTEMS_CPPFLAGS)
|
||||||
|
|
||||||
AS_IF([test "$GCC" = yes],[
|
AS_IF([test "$GCC" = yes],[
|
||||||
RTEMS_RELLDFLAGS="-qnolinkcmds -nostdlib -Wl,-r"
|
RTEMS_RELLDFLAGS="-qnolinkcmds -nostdlib -r"
|
||||||
])
|
])
|
||||||
AC_SUBST(RTEMS_RELLDFLAGS)
|
AC_SUBST(RTEMS_RELLDFLAGS)
|
||||||
])
|
])
|
||||||
|
|||||||
Reference in New Issue
Block a user