diff options
author | Fabrice Fontaine <[email protected]> | 2019-04-28 16:12:21 +0200 |
---|---|---|
committer | Fabrice Fontaine <[email protected]> | 2019-04-28 16:12:21 +0200 |
commit | 56b68d82f29d3fd1694a4a8700f555294875e9b9 (patch) | |
tree | ba9cbcbe1e3b476070aa590b58c7ccc88b8d49bd /src/build-data | |
parent | 464e773dab1f9bc1d823a674b24d7e95778f97ed (diff) |
Remove explicit mips64 -mabi parameter
This breaks when building for n32 ABI on mips64.
Signed-off-by: Baruch Siach <[email protected]>
[Bernd: rebased for botan-2.7.0]
Signed-off-by: Bernd Kuhls <[email protected]>
[Retrieved from:
https://git.buildroot.net/buildroot/tree/package/botan/0001-remove-mips64-explicit-mabi.patch]
Signed-off-by: Fabrice Fontaine <[email protected]>
Diffstat (limited to 'src/build-data')
-rw-r--r-- | src/build-data/cc/gcc.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/build-data/cc/gcc.txt b/src/build-data/cc/gcc.txt index a72475ca4..90e5f4a89 100644 --- a/src/build-data/cc/gcc.txt +++ b/src/build-data/cc/gcc.txt @@ -82,7 +82,6 @@ all!haiku,qnx -> "-pthread" openmp -> "-fopenmp" -mips64 -> "-mabi=64" s390 -> "-m31" s390x -> "-m64" sparc32 -> "-m32 -mno-app-regs" |