Changeset 9e23302 in rtems
- Timestamp:
- 02/14/04 17:53:48 (18 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 59795a6
- Parents:
- 832bed1
- Location:
- c/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/ChangeLog
r832bed1 r9e23302 1 1 2004-02-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 2 3 * wrapup/Makefile.am: Reflect new location of librdbg.a. 4 5 2004-02-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 6 3 7 * librdbg/src/i386/Makefile.am, librdbg/src/m68k/Makefile.am, 4 librdbg/src/powerpc/Makefile.am: 5 Remove. 8 librdbg/src/powerpc/Makefile.am: Remove. 6 9 * librdbg/src/Makefile.am: Merge-in librdbg/src/i386/Makefile.am, 7 10 librdbg/src/m68k/Makefile.am, librdbg/src/powerpc/Makefile.am. -
c/src/wrapup/Makefile.am
r832bed1 r9e23302 40 40 41 41 if HAS_RDBG 42 SRCS += ../librdbg/src/ @RTEMS_CPU@/librdbg$(LIB_VARIANT).a42 SRCS += ../librdbg/src/librdbg$(LIB_VARIANT).a 43 43 endif 44 44
Note: See TracChangeset
for help on using the changeset viewer.