package/xfont_font-cronyx-cyrillic: add hash file
[buildroot-gz.git] / package / botan / 0001-remove-mips64-explicit-mabi.patch
blob3fddd54e9a06bb958beb762442d9f5f205f03a09
1 Remove explicit mips64 -mabi parameter
3 This breaks when building for n32 ABI on mips64.
5 Signed-off-by: Baruch Siach <baruch@tkos.co.il>
6 ---
8 diff -Nuar Botan-1.10.8-orig/src/build-data/cc/gcc.txt Botan-1.10.8/src/build-data/cc/gcc.txt
9 --- Botan-1.10.8-orig/src/build-data/cc/gcc.txt 2014-04-10 17:11:44.000000000 +0300
10 +++ Botan-1.10.8/src/build-data/cc/gcc.txt 2014-10-23 09:20:34.506722323 +0300
11 @@ -92,7 +92,6 @@
12 # The 'linking' bit means "use this for both compiling *and* linking"
13 <mach_abi_linking>
14 x86_64 -> "-m64"
15 -mips64 -> "-mabi=64"
16 s390 -> "-m31"
17 s390x -> "-m64"
18 sparc32 -> "-m32 -mno-app-regs"