Changeset c7c6e72 in rtems
- Timestamp:
- 06/19/01 14:22:47 (21 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 1f17d21
- Parents:
- 94a65125
- Location:
- c/src/lib/libbsp/sh/gensh2
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/sh/gensh2/ChangeLog
r94a65125 rc7c6e72 1 2001-06-19 Joel Sherrill <joel@OARcorp.com> 2 3 * scitab/Makefile.am, startup/Makefile.am: Use CPU_CLOCK_RATE_HZ as 4 it is called in configure.in instead of HZ. 5 1 6 2001-05-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
c/src/lib/libbsp/sh/gensh2/scitab/Makefile.am
r94a65125 rc7c6e72 26 26 27 27 scitab.c: $(SHGEN) 28 $(SHGEN) -H $( HZ) sci > $@28 $(SHGEN) -H $(CPU_CLOCK_RATE_HZ) sci > $@ 29 29 30 30 # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile -
c/src/lib/libbsp/sh/gensh2/startup/Makefile.am
r94a65125 rc7c6e72 23 23 # 24 24 25 AM_CPPFLAGS += -DHZ=$( HZ)25 AM_CPPFLAGS += -DHZ=$(CPU_CLOCK_RATE_HZ) 26 26 27 27 $(PROJECT_RELEASE)/lib/linkcmds: linkcmds
Note: See TracChangeset
for help on using the changeset viewer.