On Tue, 21 Jan 2014, Diego Biurrun wrote:

This prevents the default flags from getting clobbered by flags
passed to configure on the command line.
---

This fixes linking doc/print_options on the suncc/linux FATE stations.

I don't really follow how this patch fixes the issue on those FATE instances. Can you outline what happened before and after this patch?

Now -O3 overrides any other optimization flag passed via --host-cflags
to configure, as -O3 will get added to HOSTCFLAGS last.  That's slightly
suboptimal, but a really clean solution is rather involved and probably
overkill.

One would need to handle optimization flags for the host compiler similar
to what is done for the target compiler in configure lines 4108ff.  For the

What lines?

// Martin
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to