mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-19 03:22:47 +08:00
2002-03-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* custom/erc32.cfg: Remove NO_TABLE_MOVE. Remove FPU_REVB. * custom/erc32nfp.cfg: Remove NO_TABLE_MOVE. Remove FPU_REVB. * custom/leon2.cfg: Remove NO_TABLE_MOVE.
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2002-03-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* custom/erc32.cfg: Remove NO_TABLE_MOVE. Remove FPU_REVB.
|
||||
* custom/erc32nfp.cfg: Remove NO_TABLE_MOVE. Remove FPU_REVB.
|
||||
* custom/leon2.cfg: Remove NO_TABLE_MOVE.
|
||||
|
||||
2002-03-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* custom/cvme961.cfg: Remove GCC272 support.
|
||||
|
||||
@@ -21,20 +21,12 @@ CFLAGS_OPTIMIZE_V=-O4
|
||||
|
||||
# This makes the target dependent options file
|
||||
|
||||
# NO_TABLE_MOVE (SPARC PORT)
|
||||
# do not have a second trap table -- use the BSP's
|
||||
#
|
||||
# FPU_REVB (erc32_bsp)
|
||||
# If defined, enables work-around for bug 3.14 in FPU rev.B or rev.C
|
||||
#
|
||||
# CPU_U32_FIX (all) libchip/network/sonic.*
|
||||
# Needed to align received TCP/IP packets since SPARC does not
|
||||
# support unaligned memory access.
|
||||
#
|
||||
|
||||
define make-target-options
|
||||
@echo "#define NO_TABLE_MOVE 1" >>$@
|
||||
@echo "/* #define FPU_REVB 1 */" >>$@
|
||||
@echo "#define CPU_U32_FIX 1" >>$@
|
||||
endef
|
||||
|
||||
|
||||
@@ -22,20 +22,12 @@ CFLAGS_OPTIMIZE_V=-O4
|
||||
|
||||
# This makes the target dependent options file
|
||||
|
||||
# NO_TABLE_MOVE (SPARC PORT)
|
||||
# do not have a second trap table -- use the BSP's
|
||||
#
|
||||
# FPU_REVB (erc32_bsp)
|
||||
# If defined, enables work-around for bug 3.14 in FPU rev.B or rev.C
|
||||
#
|
||||
# CPU_U32_FIX (all) libchip/network/sonic.*
|
||||
# Needed to align received TCP/IP packets since SPARC does not
|
||||
# support unaligned memory access.
|
||||
#
|
||||
|
||||
define make-target-options
|
||||
@echo "#define NO_TABLE_MOVE 1" >>$@
|
||||
@echo "/* #define FPU_REVB 1 */" >>$@
|
||||
@echo "#define CPU_U32_FIX 1" >>$@
|
||||
endef
|
||||
|
||||
|
||||
@@ -30,16 +30,12 @@ CFLAGS_OPTIMIZE_V=-O4
|
||||
|
||||
# This makes the target dependent options file
|
||||
|
||||
# NO_TABLE_MOVE (SPARC PORT)
|
||||
# do not have a second trap table -- use the BSP's
|
||||
#
|
||||
# CPU_U32_FIX (all)
|
||||
# Needed to align received TCP/IP packets since SPARC does not
|
||||
# support unaligned memory access.
|
||||
#
|
||||
|
||||
define make-target-options
|
||||
@echo "#define NO_TABLE_MOVE 1" >>$@
|
||||
@echo "#define CPU_U32_FIX 1" >>$@
|
||||
endef
|
||||
|
||||
|
||||
Reference in New Issue
Block a user