diff options
| author | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-04-05 21:50:35 +0200 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-04-15 22:05:44 +0200 |
| commit | 72ee87126c0119c687db5270b91b1505047c8f4e (patch) | |
| tree | bd2e136113c1aae0da769449a83fed4fe466ecfb | |
| parent | 31e5b10ea895eb1260388833dbfec7dd549996c2 (diff) | |
| download | buildroot-72ee87126c0119c687db5270b91b1505047c8f4e.tar.gz buildroot-72ee87126c0119c687db5270b91b1505047c8f4e.zip | |
p7zip: remove Blackfin patch
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
| -rw-r--r-- | package/p7zip/0001-bfin.patch | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/package/p7zip/0001-bfin.patch b/package/p7zip/0001-bfin.patch deleted file mode 100644 index 76addb652f..0000000000 --- a/package/p7zip/0001-bfin.patch +++ /dev/null @@ -1,19 +0,0 @@ -Add support for blackfin arch. - -Fixes compilation error: -../../../../CPP/myWindows/mySplitCommandLine.cpp:99:8: error: #error ENDIANNESS - -Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> -(Patch sent upstream: https://sourceforge.net/p/p7zip/patches/33/ - -diff -uNr p7zip_15.14.1.org/C/CpuArch.h p7zip_15.14.1/C/CpuArch.h ---- p7zip_15.14.1.org/C/CpuArch.h 2016-02-17 07:27:16.000000000 +0100 -+++ p7zip_15.14.1/C/CpuArch.h 2016-06-08 19:47:49.000000000 +0200 -@@ -66,6 +66,7 @@ - || defined(__MIPSEL__) \ - || defined(__MIPSEL) \ - || defined(_MIPSEL) \ -+ || defined(__BFIN__) \ - || (defined(__BYTE_ORDER__) && (__BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__)) - #define MY_CPU_LE - #endif |

