summaryrefslogtreecommitdiffstats
path: root/nios2_config.mk
diff options
context:
space:
mode:
authorScott McNutt <smcnutt@psyent.com>2006-06-08 11:59:57 -0400
committerScott McNutt <smcnutt@psyent.com>2006-06-08 11:59:57 -0400
commitc2ced000f4f18361feb36ea257fabbb46913e1d4 (patch)
tree6ba42fa4c9b37b96491846e8e807f351bc5202e1 /nios2_config.mk
parente461a24113c66747510b07930a83b0d84171a559 (diff)
downloadblackbird-obmc-uboot-c2ced000f4f18361feb36ea257fabbb46913e1d4.tar.gz
blackbird-obmc-uboot-c2ced000f4f18361feb36ea257fabbb46913e1d4.zip
Nios II - Fix I/O Macros and mini-app stubs
-Fix asm/io.h macros -Eliminate use of CACHE_BYPASS in cpu code -Eliminate assembler warnings -Fix mini-app stubs and force no small data Patch by Scott McNutt, 08 Jun 2006
Diffstat (limited to 'nios2_config.mk')
-rw-r--r--nios2_config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/nios2_config.mk b/nios2_config.mk
index 03253a364f..3f23b56c93 100644
--- a/nios2_config.mk
+++ b/nios2_config.mk
@@ -23,4 +23,4 @@
#
PLATFORM_CPPFLAGS += -DCONFIG_NIOS2 -D__NIOS2__
-PLATFORM_CPPFLAGS += -ffixed-r15
+PLATFORM_CPPFLAGS += -ffixed-r15 -G0
OpenPOWER on IntegriCloud