[FFmpeg-cvslog] suncc: Replace more GCC flags by their equivalents in suncc_flags()
Sean McGovern
git at videolan.org
Tue Jan 15 15:20:51 CET 2013
ffmpeg | branch: master | Sean McGovern <gseanmcg at gmail.com> | Mon Jan 14 12:51:59 2013 -0500| [5e753ed502d3597077d8675ca1438e1bcade1459] | committer: Diego Biurrun
suncc: Replace more GCC flags by their equivalents in suncc_flags()
Signed-off-by: Diego Biurrun <diego at biurrun.de>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5e753ed502d3597077d8675ca1438e1bcade1459
---
configure | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/configure b/configure
index 554d578..3d5fe7c 100755
--- a/configure
+++ b/configure
@@ -2241,7 +2241,8 @@ suncc_flags(){
-fomit-frame-pointer) echo -xregs=frameptr ;;
-fPIC) echo -KPIC -xcode=pic32 ;;
-W*,*) echo $flag ;;
- -f*-*|-W*) ;;
+ -f*-*|-W*|-mimpure-text) ;;
+ -shared) echo -G ;;
*) echo $flag ;;
esac
done
More information about the ffmpeg-cvslog
mailing list