diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-15 10:05:13 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-15 10:05:46 +0200 |
commit | 47e410981184016a6ab4c58fdfc9449e2fd945e7 (patch) | |
tree | e279669cc8f7976f9e661fbebade152978e6f1c6 /package/openssl | |
parent | f7712ed524e8811fedee86d7b829c2f2e27dc38b (diff) |
add support for xtensa architecture, tested with qemu. thanks to Max Filippov for help
Diffstat (limited to 'package/openssl')
-rw-r--r-- | package/openssl/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package/openssl/Makefile b/package/openssl/Makefile index 720363a5f..f82b2cbb1 100644 --- a/package/openssl/Makefile +++ b/package/openssl/Makefile @@ -46,6 +46,9 @@ endif ifeq ($(ADK_LINUX_MICROBLAZE),y) TARGET_CFLAGS:= $(subst g3,g,$(TARGET_CFLAGS)) endif +ifeq ($(ADK_LINUX_XTENSA),y) +TARGET_CFLAGS:= $(subst g3,g,$(TARGET_CFLAGS)) +endif ifeq ($(ADK_LINUX_X86_64),y) CONFIG:= linux-embedded-x86_64 |