diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-08-16 00:22:38 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-08-16 00:23:05 +0200 |
commit | 4e311acdf8fe37ddbd20a86e77e385a4f686364e (patch) | |
tree | 500701eb66e2ba60878c07cec64feebf10d89cbe /package | |
parent | 6ead3f62e725aace088b36f63bc3a4e8864337f5 (diff) |
fix build for ppc
Diffstat (limited to 'package')
-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 d632a091b..769bdf628 100644 --- a/package/openssl/Makefile +++ b/package/openssl/Makefile @@ -49,6 +49,9 @@ endif ifeq ($(ADK_LINUX_XTENSA),y) TARGET_CFLAGS:= $(subst g3,g,$(TARGET_CFLAGS)) endif +ifeq ($(ADK_LINUX_PPC),y) +TARGET_CFLAGS:= $(subst g3,g,$(TARGET_CFLAGS)) +endif ifeq ($(ADK_LINUX_X86_64),y) CONFIG:= linux-embedded-x86_64 |