GNOME Bugzilla – Bug 789726
android: -fuse-ld should be in LDFLAGS
Last modified: 2017-11-21 16:37:22 UTC
meson doesn't like to have arguments in the CC env variable.
Created attachment 362674 [details] [review] android: move -fuse-ld to LDFLAGS where it belongs
tested compiling gstreamer core with that change, so I guess it should be fine.
I suspect this will need more changes for Meson anyway, because CC is supposed to be the native compiler there, no?
Yes, that's just one step.
But this change should be the right thing to do even when not using meson. I have a full build with "chmod -x" on all linkers but gold currently running. Will see if all goes well.
The full build went fine, with that command: "./cerbero-uninstalled -c config/cross-android-arm64.cbc package gstreamer-1.0"
Attachment 362674 [details] pushed as c34f983 - android: move -fuse-ld to LDFLAGS where it belongs