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:
Joel Sherrill
2002-03-29 14:17:33 +00:00
parent d3c2a049a5
commit 04e6ba42d4
4 changed files with 6 additions and 20 deletions
+6
View File
@@ -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.
-8
View File
@@ -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
-8
View File
@@ -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
-4
View File
@@ -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