mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
gcc: make gnu-unique-object handling explicit
this is generally auto-enabled with glibc >2.11, but declare intent for more reliable crossbuilds
This commit is contained in:
parent
d3f7da9f2f
commit
c42cecf3f2
1 changed files with 3 additions and 0 deletions
|
@ -235,9 +235,12 @@ do_configure() {
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
|
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
|
||||||
|
_args+=" --disable-gnu-unique-object"
|
||||||
_args+=" --disable-libsanitizer"
|
_args+=" --disable-libsanitizer"
|
||||||
_args+=" --disable-symvers"
|
_args+=" --disable-symvers"
|
||||||
_args+=" libat_cv_have_ifunc=no"
|
_args+=" libat_cv_have_ifunc=no"
|
||||||
|
else
|
||||||
|
-args+=" --enable-gnu-unique-object"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
|
Loading…
Add table
Reference in a new issue