laforge has submitted this change and it was merged. ( 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(-) Approvals: Jenkins Builder: Verified laforge: Looks good to me, approved fixeria: Looks good to me, approved 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-Reviewer: Jenkins Builder Gerrit-Reviewer: fixeria <[email protected]> Gerrit-Reviewer: laforge <[email protected]> Gerrit-MessageType: merged
