summaryrefslogtreecommitdiffstats
path: root/docs/manual/common-usage.txt
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-04-15 23:02:18 +0200
committerPeter Korsgaard <peter@korsgaard.com>2016-04-16 12:43:16 +0200
commita354e3828dbb5f2c43885a4b4b9e4db6edc0ac33 (patch)
tree8a8b925bd9fd81b4e633ccf7707c80fa01abfd1a /docs/manual/common-usage.txt
parent97354fd229aa62a4174b0a93f28951edde6cc0f4 (diff)
downloadbuildroot-a354e3828dbb5f2c43885a4b4b9e4db6edc0ac33.tar.gz
buildroot-a354e3828dbb5f2c43885a4b4b9e4db6edc0ac33.zip
afboot-stm32: use the Buildroot toolchain
By default, the afboot-stm32 Makefile uses "CROSS_COMPILE = arm-none-eabi-". Since I had such a toolchain installed on my system when testing afboot-stm32, I didn't realize it wasn't using the Buildroot toolchain. However, using the Buildroot toolchain doesn't immediately works for FLAT toolchains, as gcc automatically wants to create a FLAT binary. So we need to adjust the afboot-stm32 Makefile to use directly 'ld' and not 'gcc' when linking. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'docs/manual/common-usage.txt')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud