Commit 5e753ed5 authored by Sean McGovern's avatar Sean McGovern Committed by Diego Biurrun

suncc: Replace more GCC flags by their equivalents in suncc_flags()

Signed-off-by: 's avatarDiego Biurrun <diego@biurrun.de>
parent 055b3730
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment