Changeset 208aa86e in rtems
- Timestamp:
- 01/17/04 02:40:23 (19 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 00f71e2
- Parents:
- 86a84373
- Location:
- c/src
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/ChangeLog
r86a84373 r208aa86e 1 2004-01-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * aclocal/rtems-top.m4: Remove check for version.m4. 4 * automake/compile.am: Remove LINK_OBJS, LINK_FILES (Unused). 5 1 6 2004-01-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
c/src/aclocal/rtems-top.m4
r86a84373 r208aa86e 43 43 44 44 AC_MSG_CHECKING([for RTEMS Version]) 45 AS_IF([test -r "${srcdir}/${RTEMS_TOPdir}/aclocal/version.m4"],46 [],47 [AC_MSG_ERROR([Unable to find ${RTEMS_TOPdir}/aclocal/version.m4])])48 45 AC_MSG_RESULT([_RTEMS_VERSION]) 49 46 -
c/src/automake/compile.am
r86a84373 r208aa86e 133 133 depend: depend-am 134 134 135 # spell out all the LINK_FILE's, rather than using -lbsp, so136 # that $(LINK_FILES) can be a dependency137 138 LINK_OBJS = \139 $(OBJS) \140 $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%$(LIB_VARIANT).rel)141 142 LINK_FILES =\143 $(START_FILE) \144 $(OBJS) \145 $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%$(LIB_VARIANT).rel)146 147 135 if RTEMS_USE_GCC 148 136 ## gcc >= 2.8
Note: See TracChangeset
for help on using the changeset viewer.