botan: fix mips* build
This commit is contained in:
parent
f50c36e2ed
commit
9897d35ee6
|
@ -113,6 +113,7 @@ do_configure() {
|
|||
# configure.py sometimes(?) creates invalid "-march= " and "-mtune= " without parameter
|
||||
sed -i Makefile \
|
||||
-e"s;-std= ;-std=c++11 ;" \
|
||||
-e"s;-mabi= ;;" \
|
||||
-e"s;-march= ;-march=${_march} ;" \
|
||||
-e"s;-mtune= ;-mtune=${_tune} ;" \
|
||||
-e"s;-mfloat-abi= ;-mfloat-abi=${_float} ;"
|
||||
|
|
Loading…
Reference in New Issue