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
|
||||
|
||||
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
|
||||
_args+=" --disable-gnu-unique-object"
|
||||
_args+=" --disable-libsanitizer"
|
||||
_args+=" --disable-symvers"
|
||||
_args+=" libat_cv_have_ifunc=no"
|
||||
else
|
||||
-args+=" --enable-gnu-unique-object"
|
||||
fi
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
|
|
Loading…
Reference in a new issue