diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-02-04 14:24:48 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-02-04 14:24:48 +0100 |
commit | d61b82a6920ff6c499bafb3579733b18177f2fa0 (patch) | |
tree | 721c30ea82363c90cb0c378c4ed0aa6ad9890e84 /target | |
parent | 6640e958d8ae1176ff84c6d33365557257035e9c (diff) | |
parent | d447483f8e4300fb954faf26675e8984231facdd (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target')
-rw-r--r-- | target/cris/target.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/cris/target.mk b/target/cris/target.mk index 34e1f05ec..a0b68f06b 100644 --- a/target/cris/target.mk +++ b/target/cris/target.mk @@ -1,5 +1,5 @@ include $(TOPDIR)/mk/kernel-ver.mk ARCH:= cris CPU_ARCH:= cris -TARGET_OPTIMIZATION:= -Os -pipe -fno-peephole2 +TARGET_OPTIMIZATION:= -Os -pipe -fno-auto-inc-dec -fno-peephole2 TARGET_CFLAGS_ARCH:= -march=v10 |