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