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

Signed-off-by: Diego Biurrun <diego@biurrun.de>
This commit is contained in:
Sean McGovern 2013-01-14 12:51:59 -05:00 committed by Diego Biurrun
parent 055b373080
commit 5e753ed502
1 changed files with 2 additions and 1 deletions

3
configure vendored
View File

@ -2241,7 +2241,8 @@ suncc_flags(){
-fomit-frame-pointer) echo -xregs=frameptr ;; -fomit-frame-pointer) echo -xregs=frameptr ;;
-fPIC) echo -KPIC -xcode=pic32 ;; -fPIC) echo -KPIC -xcode=pic32 ;;
-W*,*) echo $flag ;; -W*,*) echo $flag ;;
-f*-*|-W*) ;; -f*-*|-W*|-mimpure-text) ;;
-shared) echo -G ;;
*) echo $flag ;; *) echo $flag ;;
esac esac
done done