mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
klibc.bbclass: add a note about default of building -static
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
This commit is contained in:
committed by
Paul Eggleton
parent
18e00acea1
commit
bee7d3c80d
@@ -1,6 +1,9 @@
|
||||
# klcc-cross depends on klibc
|
||||
DEPENDS =+ "klcc-cross"
|
||||
|
||||
# Default for klcc is to build static binaries.
|
||||
# Set CC = "${TARGET_PREFIX}klcc -shared" to build the dynamic version.
|
||||
|
||||
export CC = "${TARGET_PREFIX}klcc"
|
||||
export CC_armv4_linux-gnueabi = "${TARGET_PREFIX}klcc -march=armv4 -mthumb-interwork"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user