Changeset 21f0aac in rtems
- Timestamp:
- Dec 8, 2008, 1:14:32 PM (11 years ago)
- Branches:
- 4.10, 4.11, master
- Children:
- d30316c
- Parents:
- bbe9596
- Location:
- cpukit
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/ChangeLog
rbbe9596 r21f0aac 1 1 2008-12-08 Ralf Corsépius <ralf.corsepius@rtems.org> 2 2 3 * libfs/src/nfsclient/Makefile.am: Remove RTEMS_RELLDFLAGS. 4 * aclocal/prog-cc.m4: Add RTEMS_RELLDFLAGS hack. 3 5 * libfs/src/nfsclient/src/dirutils.c: #include <limits.h>. 4 6 -
cpukit/aclocal/prog-cc.m4
rbbe9596 r21f0aac 36 36 RTEMS_CPPFLAGS="-I\$(top_builddir) -I\$(PROJECT_INCLUDE)" 37 37 AC_SUBST(RTEMS_CPPFLAGS) 38 39 AS_IF([test "$GCC" = yes],[ 40 RTEMS_RELLDFLAGS="-qnolinkcmds -nostdlib -Wl,-r" 38 41 ]) 42 AC_SUBST(RTEMS_RELLDFLAGS) 43 ]) -
cpukit/libfs/src/nfsclient/Makefile.am
rbbe9596 r21f0aac 4 4 5 5 include $(top_srcdir)/automake/compile.am 6 7 RTEMS_RELLDFLAGS = -r8 6 9 7 #%dirutils.obj: %dirutils.o
Note: See TracChangeset
for help on using the changeset viewer.