steve-m has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmocom-bb/+/15148
Change subject: fw/build: Use arm-none-eabi as default toolchain ...................................................................... fw/build: Use arm-none-eabi as default toolchain This is what we describe in our wiki and what ships with recent distros. Change-Id: I70da7eeb33275fa5fff1d8a3581c384e031b12e5 --- M src/target/firmware/Makefile.inc 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.osmocom.org:29418/osmocom-bb refs/changes/48/15148/1 diff --git a/src/target/firmware/Makefile.inc b/src/target/firmware/Makefile.inc index 9049898..a91cf4f 100644 --- a/src/target/firmware/Makefile.inc +++ b/src/target/firmware/Makefile.inc @@ -1,7 +1,7 @@ #### TOOLCHAIN CONFIGURATION #### -CROSS_COMPILE?=arm-elf- +CROSS_COMPILE?=arm-none-eabi- CC=gcc LD=ld -- To view, visit https://gerrit.osmocom.org/c/osmocom-bb/+/15148 To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings Gerrit-Project: osmocom-bb Gerrit-Branch: master Gerrit-Change-Id: I70da7eeb33275fa5fff1d8a3581c384e031b12e5 Gerrit-Change-Number: 15148 Gerrit-PatchSet: 1 Gerrit-Owner: steve-m <[email protected]> Gerrit-MessageType: newchange
