summaryrefslogtreecommitdiffstats
path: root/make/custom/leon2.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/custom/leon2.cfg')
-rw-r--r--make/custom/leon2.cfg13
1 files changed, 0 insertions, 13 deletions
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.