mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-08 03:49:57 +00:00
klibc.bbclass: force thumb-interworking for eabi builds on armv4
Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
cf56567570
commit
a26e968915
@@ -2,6 +2,8 @@
|
|||||||
DEPENDS =+ "klcc-cross"
|
DEPENDS =+ "klcc-cross"
|
||||||
|
|
||||||
export CC = "${TARGET_PREFIX}klcc"
|
export CC = "${TARGET_PREFIX}klcc"
|
||||||
|
export CC_armv4_linux-gnueabi = "${TARGET_PREFIX}klcc -march=armv4 -mthumb-interwork"
|
||||||
|
|
||||||
export CPP = "${CC} -E"
|
export CPP = "${CC} -E"
|
||||||
|
|
||||||
# klcc uses own optimizations by default. See klcc(1) man file.
|
# klcc uses own optimizations by default. See klcc(1) man file.
|
||||||
|
|||||||
Reference in New Issue
Block a user