summaryrefslogtreecommitdiff
path: root/Rules.mak
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-02-14 23:23:50 -0600
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2015-12-05 21:16:11 +0100
commit9e360dcc057030f1a5b06971af691f8d1687b635 (patch)
tree2c7433104dae96e87957c147e3bd89768610fff1 /Rules.mak
parent383a059a280444c6e914620adfdf05b5bd728a45 (diff)
good by nios
Get rid of NIOS support. We try to support NIOSII.
Diffstat (limited to 'Rules.mak')
-rw-r--r--Rules.mak6
1 files changed, 0 insertions, 6 deletions
diff --git a/Rules.mak b/Rules.mak
index 7dc13c17e..59b408b0d 100644
--- a/Rules.mak
+++ b/Rules.mak
@@ -406,12 +406,6 @@ ifeq ($(TARGET_ARCH),mips)
CPU_LDFLAGS-y += $(CPU_CFLAGS)
endif
-ifeq ($(TARGET_ARCH),nios)
- OPTIMIZATION+=-funaligned-struct-hack
- CPU_LDFLAGS-y+=-Wl,-m32
- CPU_CFLAGS-y+=-Wl,-m32
-endif
-
ifeq ($(TARGET_ARCH),sh)
$(eval $(call check-gcc-var,-mprefergot))
OPTIMIZATION += $(CFLAG_-mprefergot)