source: trunk/third/gmp/configure.athena @ 22259

Revision 22259, 154 bytes checked in by ghudson, 19 years ago (diff)
Build gmp using the native compiler, since the provided gcc doesn't seem to agree with the linker about alignment of assembly instructions.
  • Property svn:executable set to *
Line 
1TARGET=`./config.guess | sed 's/\(ultra\)*sparc[^-]*-/sparcv8-/'`
2CC=$sprobin/cc CFLAGS="-xtarget=native -xarch=v8 -xO4" ./configure "$@" --build=$TARGET
Note: See TracBrowser for help on using the repository browser.