Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
external
ffmpeg
Commits
5e753ed5
Commit
5e753ed5
authored
Jan 14, 2013
by
Sean McGovern
Committed by
Diego Biurrun
Jan 14, 2013
Browse files
suncc: Replace more GCC flags by their equivalents in suncc_flags()
Signed-off-by:
Diego Biurrun
<
diego@biurrun.de
>
parent
055b3730
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
configure
configure
+2
-1
No files found.
configure
View file @
5e753ed5
...
...
@@ -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
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment