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

Signed-off-by: Diego Biurrun <diego@biurrun.de>
pull/8/head
Sean McGovern 12 years ago committed by Diego Biurrun
parent 055b373080
commit 5e753ed502
  1. 3
      configure

3
configure vendored

@ -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

Loading…
Cancel
Save