mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-07-17 04:06:56 +00:00
armstubs: Always use gcc compiler
it uses assembly files .S which needs to be processed with gcc alone
until they are made portable use gcc
Fixes
| armstub7.S:175:2: error: instruction requires: thumb
| cbz r6, 9f @ Skip this section if we are core 0
| ^
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 5db97b41a8)
Signed-off-by: Ricardo Salveti <ricardo@foundries.io>
This commit is contained in:
@@ -34,3 +34,5 @@ addtask deploy before do_build after do_install
|
|||||||
do_deploy[dirs] += "${DEPLOYDIR}/${PN}"
|
do_deploy[dirs] += "${DEPLOYDIR}/${PN}"
|
||||||
|
|
||||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||||
|
|
||||||
|
TOOLCHAIN = "gcc"
|
||||||
|
|||||||
Reference in New Issue
Block a user