Changeset 1ae913e in rtems
- Timestamp:
- Jan 7, 2002, 2:11:19 PM (19 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 8e9accfe
- Parents:
- 085237c0
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
ChangeLog
r085237c0 r1ae913e 1 2002-01-07 Joel Sherrill <joel@OARcorp.com> 2 3 * automake/compile.am (LINK_LIB_RTEMS): Removed line continuation for 4 last line to eliminate 100's of warnings. 5 1 6 2002-02-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
automake/compile.am
r085237c0 r1ae913e 61 61 ### FIXME: False if using multilibbed RTEMS 62 62 LINK_LIBS_RTEMS = $(PROJECT_RELEASE)/lib/librtemsbsp$(LIBSUFFIX_VA) \ 63 $(PROJECT_RELEASE)/lib/librtemscpu$(LIBSUFFIX_VA) \63 $(PROJECT_RELEASE)/lib/librtemscpu$(LIBSUFFIX_VA) 64 64 65 65 LINK_LIBS_GCC272 = $(LINK_LIBS_RTEMS) $(LIBC_LIBC) $(LIBC_LIBGCC)
Note: See TracChangeset
for help on using the changeset viewer.