Re: [libav-devel] [PATCH 3/4] configure: add -mimpure-text only when using gcc on Solaris x86

2012-11-26 Thread Sean McGovern
On Sunday, November 25, 2012, Måns Rullgård wrote: > Sean McGovern writes: > >> Greedy compiler option parsing in Solaris Studio make this option >> do bad things to the resulting shared library. >> --- >> configure | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/conf

Re: [libav-devel] [PATCH 3/4] configure: add -mimpure-text only when using gcc on Solaris x86

2012-11-25 Thread Måns Rullgård
Sean McGovern writes: > Greedy compiler option parsing in Solaris Studio make this option > do bad things to the resulting shared library. > --- > configure | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/configure b/configure > index 8b68bbc..10c714d 100755 > --- a/conf

Re: [libav-devel] [PATCH 3/4] configure: add -mimpure-text only when using gcc on Solaris x86

2012-11-25 Thread Diego Biurrun
On Sun, Nov 25, 2012 at 01:51:25AM -0500, Sean McGovern wrote: > Greedy compiler option parsing in Solaris Studio make this option > do bad things to the resulting shared library. > --- > configure | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Should be OK. Diego __

[libav-devel] [PATCH 3/4] configure: add -mimpure-text only when using gcc on Solaris x86

2012-11-24 Thread Sean McGovern
Greedy compiler option parsing in Solaris Studio make this option do bad things to the resulting shared library. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 8b68bbc..10c714d 100755 --- a/configure +++ b/configure @@ -2748,7 +2748,7