diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-12-28 18:23:53 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-12-28 18:23:53 +0100 |
commit | 9df044766604b62242545c325ad2cdb31848057a (patch) | |
tree | 819b63937965cd22a914f16da43b76e19df6ff4a /toolchain | |
parent | 18b865b3c0008d5d392cf33660f8e2b98cbf154f (diff) | |
parent | 89551d9a7633d83d45fb22316153dee7cd898fbc (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'toolchain')
-rw-r--r-- | toolchain/eglibc/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/toolchain/eglibc/Makefile b/toolchain/eglibc/Makefile index 12f193c3b..276b468d4 100644 --- a/toolchain/eglibc/Makefile +++ b/toolchain/eglibc/Makefile @@ -8,6 +8,9 @@ include ../rules.mk ifeq ($(ADK_LINUX_SPARC),y) TARGET_CFLAGS_LIBC:= $(subst Os,O2,$(TARGET_CFLAGS)) endif +ifeq ($(ADK_LINUX_MICROBLAZE),y) +TARGET_CFLAGS_LIBC:= $(subst Os,O2,$(TARGET_CFLAGS)) +endif # ssp not supported TARGET_CFLAGS_LIBC:= $(filter-out -fstack-protector,$(TARGET_CFLAGS_LIBC)) |