mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-15 23:05:34 +01: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:
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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user