jsnyder / arm-eabi-toolchain

Makefile & supporting patches/scripts to build a bare metal ARM EABI toolchain.
264 stars 67 forks source link

won't build if gmp/mpfr are already provided by macports #2

Closed jsnyder closed 13 years ago

jsnyder commented 14 years ago

Should likely include some sort of check for macports provided versions of these and use if available. The following configure flags would likely work:

--with-gmp=/opt/local --with-mpfr=/opt/local

jsnyder commented 13 years ago

New issue #7 for this one, will keep track of progress there.