diff options
author | Tor Lillqvist <tml@iki.fi> | 2011-07-01 00:56:39 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2011-07-01 00:56:39 +0300 |
commit | f20398ed3cb5229c976f23a5c149fce61f63b25c (patch) | |
tree | c843c84ab3e99d3e0b11e914a96433abf62b5ae0 /openssl | |
parent | 6be700e1cad87d832dc0c5dbd8f89b324f493cf3 (diff) |
Don't hardcode -arch armv7 here, breaks build for simulator
Diffstat (limited to 'openssl')
-rw-r--r-- | openssl/opensslios.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openssl/opensslios.patch b/openssl/opensslios.patch index 48166e856f55..64cb40fa4b14 100644 --- a/openssl/opensslios.patch +++ b/openssl/opensslios.patch @@ -5,7 +5,7 @@ "debug-darwin-ppc-cc","cc:-DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DCRYPTO_MDEBUG -DB_ENDIAN -g -Wall -O::-D_REENTRANT:MACOSX::BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR::osx_ppc32.o::::::::::dlfcn:darwin-shared:-fPIC -fno-common:-dynamiclib:.\$(SHLIB_MAJOR).\$(SHLIB_MINOR).dylib", +##### iOS -+"ios-armv7","gcc:-arch armv7 -O3 -fomit-frame-pointer -DL_ENDIAN:::IOS::BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR:${no_asm}:::::", ++"ios-armv7","gcc:-O3 -fomit-frame-pointer -DL_ENDIAN:::IOS::BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR:${no_asm}:::::", + ##### A/UX "aux3-gcc","gcc:-O2 -DTERMIO::(unknown):AUX:-lbsd:RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR:::", |