70ff2eec59
Depends on gcc >= 4.8: https://github.com/randombit/botan/blob/master/readme.rst Rebased patch 0001, added license hash and updated license path. Updated configure options for shared/static libraries after commit299119f02c
Added configure for ssp support after commitebeae68aba
This fixes a build error with toolchains without ssp support. Removed dependency to gmp: https://github.com/randombit/botan/issues/719 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
21 lines
625 B
Diff
21 lines
625 B
Diff
Remove explicit mips64 -mabi parameter
|
|
|
|
This breaks when building for n32 ABI on mips64.
|
|
|
|
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
|
|
[Bernd: rebased for botan-2.7.0]
|
|
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
|
|
---
|
|
|
|
diff -Nuar Botan-1.10.8-orig/src/build-data/cc/gcc.txt Botan-1.10.8/src/build-data/cc/gcc.txt
|
|
--- Botan-1.10.8-orig/src/build-data/cc/gcc.txt 2014-04-10 17:11:44.000000000 +0300
|
|
+++ Botan-1.10.8/src/build-data/cc/gcc.txt 2014-10-23 09:20:34.506722323 +0300
|
|
@@ -83,7 +83,6 @@
|
|
|
|
openmp -> "-fopenmp"
|
|
|
|
-mips64 -> "-mabi=64"
|
|
s390 -> "-m31"
|
|
s390x -> "-m64"
|
|
sparc32 -> "-m32 -mno-app-regs"
|