mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 16:27:27 +00:00
efl: fix build by adding -fPIC to CFLAGS
on armv7/cortexa8 efl fails with: | ld: error: modules/evas/image_loaders/png/bin_evas_evas_cserve2_slave-evas_image_load_png.o: requires unsupported dynamic reloc R_ARM_MOVW_ABS_NC; recompile with -fPIC | ld: error: modules/evas/image_loaders/png/bin_evas_evas_cserve2_slave-evas_image_load_png.o: requires unsupported dynamic reloc R_ARM_MOVW_ABS_NC; recompile with -fPIC Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
55e19bceaf
commit
adef0b1b84
@@ -23,3 +23,7 @@ PARALLEL_MAKE_class-native = ""
|
|||||||
#Makefile:2163: recipe for target 'all-recursive' failed
|
#Makefile:2163: recipe for target 'all-recursive' failed
|
||||||
# autotools-brokensep
|
# autotools-brokensep
|
||||||
B = "${S}"
|
B = "${S}"
|
||||||
|
|
||||||
|
#ld: error: modules/evas/image_loaders/png/bin_evas_evas_cserve2_slave-evas_image_load_png.o: requires unsupported dynamic reloc R_ARM_MOVW_ABS_NC; recompile with -fPIC
|
||||||
|
#ld: error: modules/evas/image_loaders/png/bin_evas_evas_cserve2_slave-evas_image_load_png.o: requires unsupported dynamic reloc R_ARM_MOVW_ABS_NC; recompile with -fPIC
|
||||||
|
CFLAGS += "-fPIC"
|
||||||
|
|||||||
Reference in New Issue
Block a user