Commit d79aa31d authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

ARM R5 should be hard float

parent 0a5c8659
......@@ -10,7 +10,7 @@ aarch64-none-elf:
armr5-none-eabi:
tar xf newlib-4.1.0.tar.gz
mkdir newlib-build
cd newlib-build && CC_FOR_TARGET=armr5-none-eabi-gcc ../newlib-4.1.0/configure --target=arm-none-eabi --prefix=$(CURDIR)/../toolchain/armr5-none-eabi --with-build-time-tools=$(CURDIR)/../toolchain/armr5-none-eabi/bin
cd newlib-build && CC_FOR_TARGET=armr5-none-eabi-gcc ../newlib-4.1.0/configure --target=arm-none-eabi --with-cpu=cortex-r5 --with-float=hard --prefix=$(CURDIR)/../toolchain/armr5-none-eabi --with-build-time-tools=$(CURDIR)/../toolchain/armr5-none-eabi/bin
PATH=$$PATH:$(CURDIR)/../toolchain/armr5-none-eabi/bin $(MAKE) -C newlib-build
PATH=$$PATH:$(CURDIR)/../toolchain/armr5-none-eabi/bin $(MAKE) -C newlib-build install
rm -rf newlib-build
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment