mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
env/hardening: disable PIE generally for MIPS.
PIE is currently broken in MIPS.
This commit is contained in:
parent
c85787ebf9
commit
d55d16482d
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ case "$XBPS_TARGET_MACHINE" in
|
||||||
CFLAGS+=" -fno-stack-protector"
|
CFLAGS+=" -fno-stack-protector"
|
||||||
CXXFLAGS+=" -fno-stack-protector"
|
CXXFLAGS+=" -fno-stack-protector"
|
||||||
;;
|
;;
|
||||||
mips-musl|mipsel-musl) # PIE support broken
|
mips*) # PIE support broken
|
||||||
nopie=yes
|
nopie=yes
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Add table
Reference in a new issue