2002-04-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* custom/erc32nfp.cfg: Remove CPU_U32_FIX.
	* custom/erc32.cfg: Ditto.
	* custom/leon2.cfg: Ditto.
This commit is contained in:
Joel Sherrill
2002-04-03 14:16:20 +00:00
parent ce3c6f3e36
commit ee31c09a88
4 changed files with 7 additions and 35 deletions

View File

@@ -19,17 +19,6 @@ CPU_CFLAGS = -mcpu=cypress
# -O4 is ok for RTEMS
CFLAGS_OPTIMIZE_V=-O4
# This makes the target dependent options file
# 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 CPU_U32_FIX 1" >>$@
endef
# The following are definitions of make-exe which will work using ld as
# is currently required. It is expected that as of gcc 2.8, the end user
# will be able to override parts of the compilers specs and link using gcc.

View File

@@ -20,17 +20,6 @@ CPU_CFLAGS = -mcpu=cypress -msoft-float
# -O4 is ok for RTEMS
CFLAGS_OPTIMIZE_V=-O4
# This makes the target dependent options file
# 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 CPU_U32_FIX 1" >>$@
endef
# The following are definitions of make-exe which will work using ld as
# is currently required. It is expected that as of gcc 2.8, the end user
# will be able to override parts of the compilers specs and link using gcc.

View File

@@ -28,19 +28,6 @@ CPU_CFLAGS = -mcpu=cypress $(MSOFT_FLOAT)
# -O4 is ok for RTEMS
CFLAGS_OPTIMIZE_V=-O4
# This makes the target dependent options file
# 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 CPU_U32_FIX 1" >>$@
endef
# The following are definitions of make-exe which will work using ld as
# is currently required. It is expected that as of gcc 2.8, the end user
# will be able to override parts of the compilers specs and link using gcc.