Skip to content

Commit 4d457c2

Browse files
committed
remove commented code
1 parent d36700e commit 4d457c2

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

build.sh

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -232,19 +232,11 @@ mkdir -p $CURRENT_DIR
232232
SYSROOT=$CURRENT_DIR/$TUPLE/$TUPLE/sysroot
233233
PREFIX=$SYSROOT/usr
234234

235-
236235
build_gcc
237236
prepare_sysroot
238237

239238
export PATH=$CURRENT_DIR/$TUPLE/bin:$PATH
240239

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-
248240
if [[ ! -d $TOOLCHAIN_DIR/stage1 ]]; then
249241
mkdir -p $TOOLCHAIN_DIR/stage1
250242
cp -r $CURRENT_DIR/$TUPLE $TOOLCHAIN_DIR/stage1/

0 commit comments

Comments
 (0)