Revert "HACK bootstrap with arm-unknown-linux-gnueabihf-gcc."

This reverts commit c173a80c284d11f4ade5e6b6fa402a22f78bba9f.
This commit is contained in:
Jan (janneke) Nieuwenhuizen 2020-12-12 10:45:52 +01:00
parent 6b69b496ad
commit 9d675376ce
No known key found for this signature in database
GPG Key ID: F3C1A0D9C1D65273
1 changed files with 11 additions and 13 deletions

View File

@ -210,20 +210,18 @@ cp -f libtcc1.a $prefix/lib/tcc
rm -f armeabi.o
cp libtcc1.a libtcc1-mes.a
REBUILD_LIBC=true
TCC=$CC sh -x boot.sh
REBUILD_LIBC=true
TCC=./boot0-tcc sh boot.sh
TCC=./boot1-tcc sh boot.sh
TCC=./boot2-tcc sh boot.sh
TCC=./boot3-tcc sh boot.sh
TCC=./boot4-tcc sh boot.sh
TCC=./boot5-tcc sh boot.sh
TCC=./boot6-tcc sh boot.sh
cmp boot5-tcc boot6-tcc
cp -f boot5-tcc tcc
# REBUILD_LIBC=true
# TCC=$CC sh -x boot.sh
# REBUILD_LIBC=true
# TCC=./boot0-tcc sh boot.sh
# TCC=./boot1-tcc sh boot.sh
# TCC=./boot2-tcc sh boot.sh
# TCC=./boot3-tcc sh boot.sh
# TCC=./boot4-tcc sh boot.sh
# TCC=./boot5-tcc sh boot.sh
# TCC=./boot6-tcc sh boot.sh
exit 22
# exit 22
rm -rf ${cross_prefix}gcc-boot
mkdir -p ${cross_prefix}gcc-boot