diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-24 10:14:06 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-24 10:14:06 +0100 |
commit | ed6090a791ac0bd072ad557510948e961235cb56 (patch) | |
tree | 696466d65e1e01b693e2726d336dccefcc135b99 /target/ppc | |
parent | 1b2e03fec9d95801923f45c09d484ee599cad564 (diff) | |
parent | 9e2fdf23756dc13ce89f0ca185a6223c02d3f14a (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target/ppc')
-rw-r--r-- | target/ppc/target.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/ppc/target.mk b/target/ppc/target.mk index bd6624fe7..47ae3121f 100644 --- a/target/ppc/target.mk +++ b/target/ppc/target.mk @@ -1,5 +1,4 @@ include $(TOPDIR)/mk/kernel-ver.mk ARCH:= powerpc CPU_ARCH:= ppc -TARGET_OPTIMIZATION:= -Os -pipe TARGET_CFLAGS_ARCH:= $(ADK_TARGET_CFLAGS) -Wl,--secure-plt |