On Tue, 21 Jan 2014, Diego Biurrun wrote:
On Tue, Jan 21, 2014 at 09:34:01PM +0200, Martin Storsjö wrote:
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?
Those FATE stations pass --host-cflags=-I/usr/include/i386-linux-gnu which
clobbers the -O3 that appears in hostcflags otherwise. Without optimization
flags suncc does not eliminate unused inline functions and fails to link due
to some missing symbols referenced from those functions.
After my patch -O3 is always added to hostcflags and suncc eliminates those
symbols, making the link succeed.
Right - patch probably ok then.
// Martin
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel