mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-26 14:18:20 +00:00
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:
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user