mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-07-29 07:35:15 +01:00
Fix syntax error in CFLAGS when doing mx32
This commit is contained in:
parent
9a674b492c
commit
df9c52eca4
@ -321,8 +321,8 @@ sed '/long drift_freq;/s@long @int64_t @' -i src/timesync/timesyncd-manager.h</u
|
||||
<screen><userinput remap="configure">PKG_CONFIG_PATH="/usr/libx32/pkgconfig" \
|
||||
CC="gcc -mx32" \
|
||||
CXX="g++ -mx32" \
|
||||
CFLAGS+="-Wno-error=shift-overflow" \
|
||||
CXXFLAGS+="-Wno-error=shift-overflow" \
|
||||
CFLAGS+=" -Wno-error=shift-overflow" \
|
||||
CXXFLAGS+=" -Wno-error=shift-overflow" \
|
||||
LANG=en_US.UTF-8 \
|
||||
meson --prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
|
@ -212,8 +212,8 @@ sed -e "s;/usr/lib;&32;g" src/libudev/libudev.pc > /usr/lib32/pkgconfig/libu
|
||||
<screen><userinput remap="configure">PKG_CONFIG_PATH="/usr/libx32/pkgconfig" \
|
||||
CC="gcc -mx32" \
|
||||
CXX="g++ -mx32" \
|
||||
CFLAGS+="-Wno-error=shift-overflow" \
|
||||
CXXFLAGS+="-Wno-error=shift-overflow" \
|
||||
CFLAGS+=" -Wno-error=shift-overflow" \
|
||||
CXXFLAGS+=" -Wno-error=shift-overflow" \
|
||||
LANG=en_US.UTF-8 \
|
||||
meson setup \
|
||||
--prefix=/usr \
|
||||
|
Loading…
Reference in New Issue
Block a user