pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/47132



The following reply was made to PR pkg/47132; it has been noted by GNATS.

From: Onno van der Linden <o.vd.linden%quicknet.nl@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: pkg/47132
Date: Sun, 7 Apr 2013 13:01:45 +0200

 Did some building and testing on i386
 
 Starting with gcc 4.6 the options
 -mstackrealign -mpreferred-stack-boundary=4
 aren't necessary anymore for ffmpeg and mplayer
 to work on i386.
 
 The stackrealign options are only available from
 gcc 4.2  onward. It looks to me like
 GCC_REQD >= 4.2 in combination with setting
 the two -m options if gcc 4.[2345] is being used
 on i386 in the ffmpeg and mplayer
 makefiles is a possible fix.
 
 Onno
 


Home | Main Index | Thread Index | Old Index