~hilaire-fernandes/drgeo/trunk

« back to all changes in this revision

Viewing changes to VMs/iPad/source/unix/plugins/FloatMathPlugin/acinclude.m4

  • Committer: Hilaire Fernandes
  • Date: 2012-01-27 21:15:40 UTC
  • Revision ID: hilaire.fernandes@gmail.com-20120127211540-912spf97bhpx6mve
Initial additions

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
libm_cflags="-O"
 
2
 
 
3
if test "$GCC" = yes; then
 
4
  case $host_cpu in
 
5
  i?86)
 
6
    libm_cflags="-O -fomit-frame-pointer"
 
7
    ;;
 
8
  powerpc|ppc)
 
9
    libm_cflags="-O3 -funroll-loops -mcpu=750 -mno-fused-madd"
 
10
    ;;
 
11
  esac
 
12
fi
 
13
 
 
14
AC_SUBST(LIBM_CFLAGS, $libm_cflags)