This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
suncc: Replace more GCC flags by their equivalents in suncc_flags()
Signed-off-by: Diego Biurrun <diego@biurrun.de>
tags/n1.2
Sean McGovern
Diego Biurrun
13 years ago
parent
055b373080
commit
5e753ed502
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
configure
+ 2
- 1
configure
View File
@@ -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
Write
Preview
Loading…
Cancel
Save