mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
build-style/void-cross.sh: fix building for glibc 2.38
This commit is contained in:
parent
da818a494e
commit
d2725466e7
1 changed files with 2 additions and 1 deletions
|
@ -264,9 +264,10 @@ _void_cross_build_glibc() {
|
||||||
|
|
||||||
CC="${tgt}-gcc" CXX="${tgt}-g++" CPP="${tgt}-cpp" LD="${tgt}-ld" \
|
CC="${tgt}-gcc" CXX="${tgt}-g++" CPP="${tgt}-cpp" LD="${tgt}-ld" \
|
||||||
AR="${tgt}-ar" AS="${tgt}-as" NM="${tgt}-nm" \
|
AR="${tgt}-ar" AS="${tgt}-as" NM="${tgt}-nm" \
|
||||||
|
OBJDUMP="${tgt}-objdump" OBJCOPY="${tgt}-objcopy" \
|
||||||
CFLAGS="-pipe ${cross_glibc_cflags}" \
|
CFLAGS="-pipe ${cross_glibc_cflags}" \
|
||||||
CXXFLAGS="-pipe ${cross_glibc_cflags}" \
|
CXXFLAGS="-pipe ${cross_glibc_cflags}" \
|
||||||
CPPFLAGS="${cross_glibc_cflags}" \
|
CPPFLAGS="" \
|
||||||
LDFLAGS="${cross_glibc_ldflags}" \
|
LDFLAGS="${cross_glibc_ldflags}" \
|
||||||
../glibc-${ver}/configure \
|
../glibc-${ver}/configure \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
|
|
Loading…
Add table
Reference in a new issue