make[2]: Leaving directory `/mnt/lfs/sources/gcc-build/gcc'
make CC="stage1/xgcc -Bstage1/ -B/tools/armv4l-unknown-linux-gnu/bin/" CFLAGS=" -O2 -g -O2" LDFLAGS="" libdir=/tools/lib STAGE_PREFIX=stage1/ LANGUAGES="c proto gcov "
make[2]: Entering directory `/mnt/lfs/sources/gcc-build/gcc'
(cd intl && make all)
make[3]: Entering directory `/mnt/lfs/sources/gcc-build/gcc/intl'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/mnt/lfs/sources/gcc-build/gcc/intl'
stage1/xgcc -Bstage1/ -B/tools/armv4l-unknown-linux-gnu/bin/ -c -DIN_GCC -O2 -g -O2 -DHAVE_CONFIG_H -I. -I../../gcc-2.95.3/gcc -I../../gcc-2.95.3/gcc/config -I../../gcc-2.95.3/gcc/../include \
../../gcc-2.95.3/gcc/gencheck.c
rm -f obstack.c
ln -s ../../gcc-2.95.3/gcc/../libiberty/obstack.c obstack.c
stage1/xgcc -Bstage1/ -B/tools/armv4l-unknown-linux-gnu/bin/ -c -DIN_GCC -O2 -g -O2 -DHAVE_CONFIG_H -I. -I../../gcc-2.95.3/gcc -I../../gcc-2.95.3/gcc/config -I../../gcc-2.95.3/gcc/../include obstack.c
stage1/xgcc -Bstage1/ -B/tools/armv4l-unknown-linux-gnu/bin/ -DIN_GCC -O2 -g -O2 -DHAVE_CONFIG_H -o gencheck \
gencheck.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "" in ?*) echo ;; esac ` ` case "" in ?*) echo ;; esac ` ` case "" in ?*) echo ;; esac ` ` case "" in ?*) echo ;; esac `
/tools/armv4l-unknown-linux-gnu/bin/ld: ERROR: stage1/crtbegin.o uses FPA instructions, whereas gencheck does not
/tools/armv4l-unknown-linux-gnu/bin/ld: ERROR: stage1/crtbegin.o uses hardware FP, whereas gencheck uses software FP
/tools/armv4l-unknown-linux-gnu/bin/ld: failed to merge target specific data of file stage1/crtbegin.o
/tools/armv4l-unknown-linux-gnu/bin/ld: ERROR: gencheck.o uses FPA instructions, whereas gencheck does not
/tools/armv4l-unknown-linux-gnu/bin/ld: ERROR: gencheck.o uses hardware FP, whereas gencheck uses software FP
/tools/armv4l-unknown-linux-gnu/bin/ld: failed to merge target specific data of file gencheck.o
/tools/armv4l-unknown-linux-gnu/bin/ld: ERROR: obstack.o uses FPA instructions, whereas gencheck does not
/tools/armv4l-unknown-linux-gnu/bin/ld: ERROR: obstack.o uses hardware FP, whereas gencheck uses software FP
/tools/armv4l-unknown-linux-gnu/bin/ld: failed to merge target specific data of file obstack.o
/tools/armv4l-unknown-linux-gnu/bin/ld: ERROR: stage1/crtend.o uses FPA instructions, whereas gencheck does not
/tools/armv4l-unknown-linux-gnu/bin/ld: ERROR: stage1/crtend.o uses hardware FP, whereas gencheck uses software FP
/tools/armv4l-unknown-linux-gnu/bin/ld: failed to merge target specific data of file stage1/crtend.o
collect2: ld returned 1 exit status
make[2]: *** [gencheck] Error 1
make[2]: Leaving directory `/mnt/lfs/sources/gcc-build/gcc'
make[1]: *** [bootstrap] Error 2
make[1]: Leaving directory `/mnt/lfs/sources/gcc-build/gcc'
make: *** [bootstrap] Error 2
lfs:/sources/gcc-build$