Make the static musl x86-64 binaries segfault for fewer people.

Even though the gcc toolchain ./configure is told it's cross compiling,
it optimizes for the current machine ANYWAY. So force it to be generic.
This commit is contained in:
Rob Landley 2020-11-11 08:03:15 -06:00
parent 54e2cd704f
commit 7f4f7e1f32

View File

@ -242,7 +242,8 @@ else
armv7r:eabihf:"--with-arch=armv7-r --enable-default-pie" \
i486:: m68k:: microblaze:: mips:: mips64:: mipsel:: powerpc:: \
powerpc64:: powerpc64le:: s390x:: sh2eb:fdpic:--with-cpu=mj2 \
sh4::--enable-incomplete-targets x86_64:: x86_64@x32:x32:
sh4::--enable-incomplete-targets x86_64::--with-mtune=nocona \
x86_64@x32:x32:
do
make_tuple "$i"
done