tools-musl: use -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard for armv7a_hardpfp musl
This commit is contained in:
parent
1f30bb3551
commit
a90463f45c
1 changed files with 3 additions and 0 deletions
|
@ -35,6 +35,9 @@ prepare_confs() {
|
||||||
sed -i "/^portage_confdir/s:_hardfp::" \
|
sed -i "/^portage_confdir/s:_hardfp::" \
|
||||||
stage${s}-${arch}-musl-${flavor}.conf
|
stage${s}-${arch}-musl-${flavor}.conf
|
||||||
|
|
||||||
|
echo "cflags: -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard" >> \
|
||||||
|
stage${s}-${arch}-musl-${flavor}.conf
|
||||||
|
|
||||||
done
|
done
|
||||||
|
|
||||||
sed -i "/^chost/d" stage3-${arch}-musl-${flavor}.conf
|
sed -i "/^chost/d" stage3-${arch}-musl-${flavor}.conf
|
||||||
|
|
Loading…
Add table
Reference in a new issue