Changeset b4381dac in rtems
- Timestamp:
- Dec 19, 2002, 11:40:53 PM (18 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 5a5aa230
- Parents:
- f35f24a
- Location:
- c/src/lib/libbsp/hppa1.1/simhppa
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/hppa1.1/simhppa/ChangeLog
rf35f24a rb4381dac 1 2002-12-19 Joel Sherrill <joel@OARcorp.com> 2 3 * start/start.S: Per PR329 now compiles with GNU tools. 4 * startup/linkcmds: New file. Now almost links. 5 1 6 2002-12-19 Joel Sherrill <joel@OARcorp.com> 2 7 -
c/src/lib/libbsp/hppa1.1/simhppa/startup/Makefile.am
rf35f24a rb4381dac 27 27 # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile 28 28 29 all-local: $(ARCH) $(OBJS) $(PGM) 29 bsplib_DATA = linkcmds 30 31 $(PROJECT_RELEASE)/lib/linkcmds: linkcmds 32 $(INSTALL_DATA) $< $@ 33 34 TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/linkcmds 35 36 all-local: $(ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES) 30 37 31 38 .PRECIOUS: $(PGM)
Note: See TracChangeset
for help on using the changeset viewer.