1
0
mirror of https://github.com/mist-devel/mist-board.git synced 2026-02-04 23:24:39 +00:00

Merge pull request #157 from kowoba/kowoba-newlib-io-long-long-patch

Update install_arm-none-eabi-gcc.sh
This commit is contained in:
gyurco
2021-06-02 13:35:58 +02:00
committed by GitHub

View File

@@ -90,7 +90,7 @@ cd ${GCC_VERSION}
ln -s ../${NEWLIB_VERSION}/newlib .
mkdir arm-none-eabi
cd arm-none-eabi
../configure --target=arm-none-eabi --prefix=/opt/arm-none-eabi --enable-languages=c --with-newlib
../configure --target=arm-none-eabi --prefix=/opt/arm-none-eabi --enable-languages=c --with-newlib --enable-newlib-io-long-long
make
sudo make install
cd ../../