2001-06-19 Joel Sherrill <joel@OARcorp.com>

* scitab/Makefile.am, startup/Makefile.am: Use CPU_CLOCK_RATE_HZ as
	it is called in configure.in instead of HZ.
This commit is contained in:
Joel Sherrill
2001-06-19 14:22:47 +00:00
parent 94a6512517
commit c7c6e721ea
3 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
2001-06-19 Joel Sherrill <joel@OARcorp.com>
* scitab/Makefile.am, startup/Makefile.am: Use CPU_CLOCK_RATE_HZ as
it is called in configure.in instead of HZ.
2001-05-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]), add

View File

@@ -25,7 +25,7 @@ $(PGM): $(OBJS)
$(make-rel)
scitab.c: $(SHGEN)
$(SHGEN) -H $(HZ) sci > $@
$(SHGEN) -H $(CPU_CLOCK_RATE_HZ) sci > $@
# the .rel file built here will be put into libbsp.a by ../wrapup/Makefile

View File

@@ -22,7 +22,7 @@ include $(top_srcdir)/../../../../../../automake/lib.am
# (OPTIONAL) Add local stuff here using +=
#
AM_CPPFLAGS += -DHZ=$(HZ)
AM_CPPFLAGS += -DHZ=$(CPU_CLOCK_RATE_HZ)
$(PROJECT_RELEASE)/lib/linkcmds: linkcmds
$(INSTALL_DATA) $< $@