From f280eba5d5d473810b36bf1f5094d73d45ae6914 Mon Sep 17 00:00:00 2001 From: "Alex Xu (Hello71)" Date: Tue, 1 Oct 2024 15:23:59 -0400 Subject: app-arch/7-zip: drop upstreamed --- app-arch/7-zip/files/7-zip-less-asm.patch | 41 ------------------------------- 1 file changed, 41 deletions(-) delete mode 100644 app-arch/7-zip/files/7-zip-less-asm.patch (limited to 'app-arch/7-zip/files/7-zip-less-asm.patch') diff --git a/app-arch/7-zip/files/7-zip-less-asm.patch b/app-arch/7-zip/files/7-zip-less-asm.patch deleted file mode 100644 index 040b445..0000000 --- a/app-arch/7-zip/files/7-zip-less-asm.patch +++ /dev/null @@ -1,41 +0,0 @@ ---- a/CPP/7zip/7zip_gcc.mak 2021-12-25 09:00:00.000000000 -0500 -+++ b/CPP/7zip/7zip_gcc.mak 2022-05-13 12:20:17.539629635 -0400 -@@ -1127,21 +1127,6 @@ - endif - endif - --ifdef USE_X86_ASM --$O/7zCrcOpt.o: ../../../../Asm/x86/7zCrcOpt.asm -- $(MY_ASM) $(AFLAGS) $< --$O/XzCrc64Opt.o: ../../../../Asm/x86/XzCrc64Opt.asm -- $(MY_ASM) $(AFLAGS) $< --$O/Sha1Opt.o: ../../../../Asm/x86/Sha1Opt.asm -- $(MY_ASM) $(AFLAGS) $< --$O/Sha256Opt.o: ../../../../Asm/x86/Sha256Opt.asm -- $(MY_ASM) $(AFLAGS) $< -- --ifndef USE_JWASM --USE_X86_ASM_AES=1 --endif -- --else - $O/7zCrcOpt.o: ../../../../C/7zCrcOpt.c - $(CC) $(CFLAGS) $< - $O/XzCrc64Opt.o: ../../../../C/XzCrc64Opt.c -@@ -1150,16 +1135,10 @@ - $(CC) $(CFLAGS) $< - $O/Sha256Opt.o: ../../../../C/Sha256Opt.c - $(CC) $(CFLAGS) $< --endif - - --ifdef USE_X86_ASM_AES --$O/AesOpt.o: ../../../../Asm/x86/AesOpt.asm -- $(MY_ASM) $(AFLAGS) $< --else - $O/AesOpt.o: ../../../../C/AesOpt.c - $(CC) $(CFLAGS) $< --endif - - - ifdef USE_X64_ASM -- cgit v1.2.3-70-g09d2