summaryrefslogtreecommitdiff
path: root/sdk/recipes/patches/openssl/ppc-amigaos/crypto.Makefile.p
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2017-11-22 13:38:22 +0000
committerVincent Sanders <vince@kyllikki.org>2017-11-22 13:38:22 +0000
commita4ddadac3a83348524d120e0332c5f8be5377344 (patch)
tree6c1f6ed2c64305541128d1f5526a9dca9aa2a69b /sdk/recipes/patches/openssl/ppc-amigaos/crypto.Makefile.p
parent21997a5b5d1ea6a29727b947f39e88fc3c8d3119 (diff)
downloadtoolchains-a4ddadac3a83348524d120e0332c5f8be5377344.tar.gz
toolchains-a4ddadac3a83348524d120e0332c5f8be5377344.tar.bz2
fix ppc amiga openssl 1.1 build
Diffstat (limited to 'sdk/recipes/patches/openssl/ppc-amigaos/crypto.Makefile.p')
-rw-r--r--sdk/recipes/patches/openssl/ppc-amigaos/crypto.Makefile.p11
1 files changed, 0 insertions, 11 deletions
diff --git a/sdk/recipes/patches/openssl/ppc-amigaos/crypto.Makefile.p b/sdk/recipes/patches/openssl/ppc-amigaos/crypto.Makefile.p
deleted file mode 100644
index 3a9bf62..0000000
--- a/sdk/recipes/patches/openssl/ppc-amigaos/crypto.Makefile.p
+++ /dev/null
@@ -1,11 +0,0 @@
---- crypto/Makefile 2017-01-26 13:22:03.000000000 +0000
-+++ crypto/Makefile 2017-02-08 00:05:03.883009508 +0000
-@@ -71,7 +71,7 @@ uplink-x86.s: $(TOP)/ms/uplink-x86.pl
-
- x86_64cpuid.s: x86_64cpuid.pl; $(PERL) x86_64cpuid.pl $(PERLASM_SCHEME) > $@
- ia64cpuid.s: ia64cpuid.S; $(CC) $(CFLAGS) -E ia64cpuid.S > $@
--ppccpuid.s: ppccpuid.pl; $(PERL) ppccpuid.pl $(PERLASM_SCHEME) $@
-+ppccpuid.s: ppccpuid.pl; $(PERL) ppccpuid.pl $(PERLASM_SCHEME) > $@
- pariscid.s: pariscid.pl; $(PERL) pariscid.pl $(PERLASM_SCHEME) $@
- alphacpuid.s: alphacpuid.pl
- (preproc=$$$$.$@.S; trap "rm $$preproc" INT; \