We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d36700e commit 4d457c2Copy full SHA for 4d457c2
1 file changed
build.sh
@@ -232,19 +232,11 @@ mkdir -p $CURRENT_DIR
232
SYSROOT=$CURRENT_DIR/$TUPLE/$TUPLE/sysroot
233
PREFIX=$SYSROOT/usr
234
235
-
236
build_gcc
237
prepare_sysroot
238
239
export PATH=$CURRENT_DIR/$TUPLE/bin:$PATH
240
241
-# glibc >= 2.26 removed xlocale.h (merged into locale.h). Add an empty stub
242
-# so that code expecting it (e.g. augeas/gnulib) still compiles.
243
-#if [[ ! -e $PREFIX/include/xlocale.h ]]; then
244
- #echo "/* This header is intentionally empty. */" > $PREFIX/include/xlocale.h
245
- #echo "/* glibc >= 2.26 merged xlocale.h into locale.h. */" >> $PREFIX/include/xlocale.h
246
-#fi
247
248
if [[ ! -d $TOOLCHAIN_DIR/stage1 ]]; then
249
mkdir -p $TOOLCHAIN_DIR/stage1
250
cp -r $CURRENT_DIR/$TUPLE $TOOLCHAIN_DIR/stage1/
0 commit comments