mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
2008-12-08 Ralf Corsépius <ralf.corsepius@rtems.org>
* libfs/src/nfsclient/Makefile.am: Remove RTEMS_RELLDFLAGS. * aclocal/prog-cc.m4: Add RTEMS_RELLDFLAGS hack.
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
2008-12-08 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* libfs/src/nfsclient/Makefile.am: Remove RTEMS_RELLDFLAGS.
|
||||
* aclocal/prog-cc.m4: Add RTEMS_RELLDFLAGS hack.
|
||||
* libfs/src/nfsclient/src/dirutils.c: #include <limits.h>.
|
||||
|
||||
2008-12-08 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
@@ -35,4 +35,9 @@ AC_SUBST(RTEMS_CFLAGS)
|
||||
|
||||
RTEMS_CPPFLAGS="-I\$(top_builddir) -I\$(PROJECT_INCLUDE)"
|
||||
AC_SUBST(RTEMS_CPPFLAGS)
|
||||
|
||||
AS_IF([test "$GCC" = yes],[
|
||||
RTEMS_RELLDFLAGS="-qnolinkcmds -nostdlib -Wl,-r"
|
||||
])
|
||||
AC_SUBST(RTEMS_RELLDFLAGS)
|
||||
])
|
||||
|
||||
@@ -4,8 +4,6 @@
|
||||
|
||||
include $(top_srcdir)/automake/compile.am
|
||||
|
||||
RTEMS_RELLDFLAGS = -r
|
||||
|
||||
#%dirutils.obj: %dirutils.o
|
||||
# $(LD) -r -o $@ $^
|
||||
project_lib_PROGRAMS = dirutils.rel
|
||||
|
||||
Reference in New Issue
Block a user