On 07/04/14 00:56, Janne Grunau wrote: > Sets cc_default based on $toolchain. As effect adds -fPIC for > clang-tsan. > --- > or even shorter with shell substring processing > > configure | 27 ++++++--------------------- > 1 file changed, 6 insertions(+), 21 deletions(-) >
I'm trying to add objc support so the other way makes adding a single objcc_default line. And probably I might add vanilla toolchains for clang to make the life of macosx and freebsd users nicer. currently we do ./configure --cc=clang once we have objc we'd have to do ./configure --cc=clang --objcc=clang or ./configure --toolchain=clang Short of reordering a little and making per-default_target_os compiler defaults so recent freebsd and darwin would get clang as default. Patch about it coming soon if you like the idea. lu _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
