mirror of
https://review.haiku-os.org/buildtools
synced 2026-02-04 07:53:14 +01:00
* modified gcc Makefile.in to copy gmp-impl.h and longlong.h headers to build gmp directory (see http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44455 ).
* merged mpfr 3.0.0 and gmp 5.0.1 in buildtools trunk git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@37378 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -17066,6 +17066,7 @@ configure-mpfr:
|
||||
esac; \
|
||||
srcdiroption="--srcdir=$${topdir}/mpfr"; \
|
||||
libsrcdir="$$s/mpfr"; \
|
||||
cp $(srcdir)/gmp/gmp-impl.h $(srcdir)/gmp/longlong.h ../gmp/ ; \
|
||||
$(SHELL) $${libsrcdir}/configure \
|
||||
$(HOST_CONFIGARGS) --build=${build_alias} --host=none-${host_vendor}-${host_os} \
|
||||
--target=none-${host_vendor}-${host_os} $${srcdiroption} --disable-shared @extra_mpfr_configure_flags@ \
|
||||
|
||||
Reference in New Issue
Block a user