[FFmpeg-devel] Hacks on FATE

Diego Biurrun diego
Sun Oct 25 13:43:40 CET 2009


On Sun, Oct 25, 2009 at 03:38:50PM +0300, Michael Kostylev wrote:
> 
> On Sat Oct 24 16:46:30 2009
> M?ns Rullg?rd wrote:
> >>> So, if no one
> >>> cares about SunStudio, the solution is simple.
> >>
> >> Attached.
> >>
> >> --- ./configure.orig
> >> +++ ./configure
> >> @@ -1880,6 +1880,7 @@
> >>      sunos)
> >>          FFSERVERLDFLAGS=""
> >>          SHFLAGS='-shared -Wl,-h,$$(@F)'
> >> +        enabled x86 && SHFLAGS="-mimpure-text $SHFLAGS"
> > 
> > Does this not work with sunstudio?  We should try to support all
> > compilers.
> 
> It would produce
> cc: Warning: illegal option -mimpure-text
> 
> in addition to a bunch of
> cc: Warning: illegal option -d=c99
> cc: Warning: illegal option -fomit-frame-pointer
> cc: Warning: illegal option -fno-math-errno
> cc: Warning: illegal option -fno-signed-zeros

This is another, orthogonal, issue, so I believe the patch is OK.

Flameeyes worked on sunstudio support a while ago, but he never finished
his work...

Diego



More information about the ffmpeg-devel mailing list