changed -elf to -eabi in install-gnuarm4.sh ARMLIB suggestion

This commit is contained in:
dn337t@gmail.com 2012-07-05 09:14:13 +00:00
parent f774db9598
commit f5c5499ab8

View file

@ -273,5 +273,5 @@ chmod -R a+rX .
echo Downloaded archives are in ${SRCDIR} echo Downloaded archives are in ${SRCDIR}
echo build driectory: ${BUILDDIR} echo build driectory: ${BUILDDIR}
echo set environment variable ARMLIB to ${DESTDIR}/lib/gcc/arm-elf/4.3.3/interwork for Makefile.linux echo set environment variable ARMLIB to ${DESTDIR}/lib/gcc/arm-eabi/4.3.3/interwork for Makefile.linux
exit 0 exit 0