summaryrefslogtreecommitdiff
path: root/data/openssl/iphoneos.diff
diff options
context:
space:
mode:
Diffstat (limited to 'data/openssl/iphoneos.diff')
-rw-r--r--data/openssl/iphoneos.diff30
1 files changed, 0 insertions, 30 deletions
diff --git a/data/openssl/iphoneos.diff b/data/openssl/iphoneos.diff
deleted file mode 100644
index 62b171cf4..000000000
--- a/data/openssl/iphoneos.diff
+++ /dev/null
@@ -1,30 +0,0 @@
-diff -ur openssl-1.0.2o/Configure openssl-1.0.2o+iPhone/Configure
---- openssl-1.0.2o/Configure 2018-03-27 03:54:46.000000000 -1000
-+++ openssl-1.0.2o+iPhone/Configure 2018-07-24 11:49:38.000000000 -1000
-@@ -652,7 +652,8 @@
- "debug-darwin64-x86_64-cc","cc:-arch x86_64 -ggdb -g2 -O0 -DL_ENDIAN -Wall::-D_REENTRANT:MACOSX:-Wl,-search_paths_first%:SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT DES_UNROLL:".eval{my $asm=$x86_64_asm;$asm=~s/rc4\-[^:]+//;$asm}.":macosx:dlfcn:darwin-shared:-fPIC -fno-common:-arch x86_64 -dynamiclib:.\$(SHLIB_MAJOR).\$(SHLIB_MINOR).dylib",
- "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:${ppc32_asm}:osx32:dlfcn:darwin-shared:-fPIC:-dynamiclib:.\$(SHLIB_MAJOR).\$(SHLIB_MINOR).dylib",
- # iPhoneOS/iOS
--"iphoneos-cross","llvm-gcc:-O3 -isysroot \$(CROSS_TOP)/SDKs/\$(CROSS_SDK) -fomit-frame-pointer -fno-common::-D_REENTRANT:iOS:-Wl,-search_paths_first%:BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR:${no_asm}:dlfcn:darwin-shared:-fPIC -fno-common:-dynamiclib:.\$(SHLIB_MAJOR).\$(SHLIB_MINOR).dylib",
-+"iphoneos-arm","arm-apple-darwin9-gcc:-O3 -fomit-frame-pointer -fno-common::-D_REENTRANT:iOS:-Wl,-search_paths_first%:BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR:${no_asm}:dlfcn:darwin-shared:-fPIC -fno-common:-dynamiclib:.\$(SHLIB_MAJOR).\$(SHLIB_MINOR).dylib",
-+"iphoneos-arm","aarch64-apple-darwin17-gcc:-O3 -fomit-frame-pointer -fno-common::-D_REENTRANT:iOS:-Wl,-search_paths_first%:BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR:${no_asm}:dlfcn:darwin-shared:-fPIC -fno-common:-dynamiclib:.\$(SHLIB_MAJOR).\$(SHLIB_MINOR).dylib",
-
- ##### A/UX
- "aux3-gcc","gcc:-O2 -DTERMIO::(unknown):AUX:-lbsd:RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR:::",
-diff -ur openssl-1.0.2o/config openssl-1.0.2o+iPhone/config
---- openssl-1.0.2o/config 2018-03-27 03:54:46.000000000 -1000
-+++ openssl-1.0.2o+iPhone/config 2018-07-24 11:54:37.000000000 -1000
-@@ -578,9 +578,10 @@
- armv6+7-*-iphoneos)
- options="$options -arch%20armv6 -arch%20armv7"
- OUT="iphoneos-cross" ;;
-- *-*-iphoneos)
-- options="$options -arch%20${MACHINE}"
-- OUT="iphoneos-cross" ;;
-+ iphoneos-arm)
-+ OUT="iphoneos-arm" ;;
-+ iphoneos-arm64)
-+ OUT="iphoneos-arm" ;;
- alpha-*-linux2)
- ISA=`awk '/cpu model/{print$4;exit(0);}' /proc/cpuinfo`
- case ${ISA:-generic} in