Changeset 1a7784f in rtems
- Timestamp:
- Mar 11, 2003, 11:12:12 PM (18 years ago)
- Children:
- 2bca4ea3
- Parents:
- 03cd4b61
- Location:
- cpukit
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/ChangeLog
r03cd4b61 r1a7784f 1 2003-03-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * aclocal/env-rtemscpu.m4: Remove obsolete comment. 4 Add MULTISUBDIR to probject_libdir. 5 1 6 2003-03-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
cpukit/aclocal/env-rtemscpu.m4
r03cd4b61 r1a7784f 5 5 6 6 if test x"$multilib" = x"yes"; then 7 ## FIXME: There is no multilib BSP8 7 AS_IF([test -n "$with_multisubdir"], 9 8 [MULTIBUILDTOP=`echo "/$with_multisubdir" | sed 's,/[[^\\/]]*,../,g'`]) … … 17 16 AC_SUBST(PROJECT_INCLUDE) 18 17 19 project_libdir="\$(PROJECT_ROOT)/lib "18 project_libdir="\$(PROJECT_ROOT)/lib/\$(MULTISUBDIR)" 20 19 AC_SUBST(project_libdir) 21 20
Note: See TracChangeset
for help on using the changeset viewer.