2001-05-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* custom/gensh1.cfg: Remove HZ, BSP_CPPFLAGS.
	* custom/gensh2.cfg: Dito.
This commit is contained in:
Joel Sherrill
2001-05-11 16:51:57 +00:00
parent f86582c814
commit baf22b93bd
3 changed files with 5 additions and 12 deletions

View File

@@ -1,4 +1,9 @@
2001-05-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* custom/gensh1.cfg: Remove HZ, BSP_CPPFLAGS.
* custom/gensh2.cfg: Dito.
2001-05-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* leaf.cfg: Remove CFLAGS_DEBUG_OPTIMIZE_V.

View File

@@ -8,8 +8,6 @@
# $Id$
#
# HZ=20000000
include $(RTEMS_ROOT)/make/custom/default.cfg
RTEMS_CPU=sh
@@ -18,10 +16,6 @@ RTEMS_CPU_MODEL=sh7032
# This is the actual bsp directory used during the build process.
RTEMS_BSP_FAMILY=gensh1
# BSP specific preprocessor flags.
# These should only be used in BSP dependent directories.
# BSP_CPPFLAGS=-DHZ=$(CPU_CLOCK_RATE_HZ)
#
# This contains the compiler options necessary to select the CPU model
# and (hopefully) optimize for it.

View File

@@ -8,8 +8,6 @@
# $Id$
#
HZ:=29491200
include $(RTEMS_ROOT)/make/custom/default.cfg
RTEMS_CPU=sh
@@ -18,10 +16,6 @@ RTEMS_CPU_MODEL=sh7045
# This is the actual bsp directory used during the build process.
RTEMS_BSP_FAMILY=gensh2
# BSP specific preprocessor flags.
# These should only be used in BSP dependent directories.
BSP_CPPFLAGS=-DHZ=$(HZ)
#
# This contains the compiler options necessary to select the CPU model
# and (hopefully) optimize for it.