mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +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:
parent
cf56567570
commit
a26e968915
|
|
@ -2,6 +2,8 @@
|
|||
DEPENDS =+ "klcc-cross"
|
||||
|
||||
export CC = "${TARGET_PREFIX}klcc"
|
||||
export CC_armv4_linux-gnueabi = "${TARGET_PREFIX}klcc -march=armv4 -mthumb-interwork"
|
||||
|
||||
export CPP = "${CC} -E"
|
||||
|
||||
# klcc uses own optimizations by default. See klcc(1) man file.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user