diff options
author | Sean McGovern <gseanmcg@gmail.com> | 2013-01-14 12:51:59 -0500 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2013-01-14 20:53:06 +0100 |
commit | 5e753ed502d3597077d8675ca1438e1bcade1459 (patch) | |
tree | 2a05e82426d481d4eeec76bd4aa74ef862adf778 /configure | |
parent | 055b37308080d1143b69a0dc488f63b2ea1d0043 (diff) | |
download | ffmpeg-5e753ed502d3597077d8675ca1438e1bcade1459.tar.gz |
suncc: Replace more GCC flags by their equivalents in suncc_flags()
Signed-off-by: Diego Biurrun <diego@biurrun.de>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |