summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-04-03 14:16:20 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-04-03 14:16:20 +0000
commitee31c09a881b0443c41e03cf7af2018e1053433b (patch)
treed17bb02fc9eba6d30cd37676998b9e3594ace73a
parent2001-04-03 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-ee31c09a881b0443c41e03cf7af2018e1053433b.tar.bz2
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.
-rw-r--r--make/ChangeLog7
-rw-r--r--make/custom/erc32.cfg11
-rw-r--r--make/custom/erc32nfp.cfg11
-rw-r--r--make/custom/leon2.cfg13
4 files changed, 7 insertions, 35 deletions
diff --git a/make/ChangeLog b/make/ChangeLog
index 00ca400102..295e69327c 100644
--- a/make/ChangeLog
+++ b/make/ChangeLog
@@ -1,3 +1,10 @@
+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.
+
+
2002-03-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* custom/erc32.cfg: Remove NO_TABLE_MOVE. Remove FPU_REVB.
diff --git a/make/custom/erc32.cfg b/make/custom/erc32.cfg
index 9d19e0273f..27eb5ef0de 100644
--- a/make/custom/erc32.cfg
+++ b/make/custom/erc32.cfg
@@ -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.
diff --git a/make/custom/erc32nfp.cfg b/make/custom/erc32nfp.cfg
index 086de3dd88..7cef835eaf 100644
--- a/make/custom/erc32nfp.cfg
+++ b/make/custom/erc32nfp.cfg
@@ -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.
diff --git a/make/custom/leon2.cfg b/make/custom/leon2.cfg
index 83acaabe41..28a6719d74 100644
--- a/make/custom/leon2.cfg
+++ b/make/custom/leon2.cfg
@@ -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.