From 8fa2cab40f6f23ddc15e1e8f6a1989ade60345f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Sat, 3 Jul 2010 23:44:21 +0000 Subject: [PATCH] * gmp-impl.h and longlong.h headers are needed at each stage of the mpfr build. git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@37382 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- gcc/Makefile.in | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 26803064ac..d8356d7dab 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -17066,7 +17066,7 @@ configure-mpfr: esac; \ srcdiroption="--srcdir=$${topdir}/mpfr"; \ libsrcdir="$$s/mpfr"; \ - cp $(srcdir)/gmp/gmp-impl.h $(srcdir)/gmp/longlong.h ../gmp/ ; \ + cp $(s)/gmp/gmp-impl.h $(s)/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@ \ @@ -17098,6 +17098,7 @@ configure-stage1-mpfr: esac; \ srcdiroption="--srcdir=$${topdir}/mpfr"; \ libsrcdir="$$s/mpfr"; \ + cp $(s)/gmp/gmp-impl.h $(s)/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} \ @@ -17129,6 +17130,7 @@ configure-stage2-mpfr: esac; \ srcdiroption="--srcdir=$${topdir}/mpfr"; \ libsrcdir="$$s/mpfr"; \ + cp $(s)/gmp/gmp-impl.h $(s)/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} \ @@ -17160,6 +17162,7 @@ configure-stageb2g0-mpfr: esac; \ srcdiroption="--srcdir=$${topdir}/mpfr"; \ libsrcdir="$$s/mpfr"; \ + cp $(s)/gmp/gmp-impl.h $(s)/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} \ @@ -17191,6 +17194,7 @@ configure-stage3-mpfr: esac; \ srcdiroption="--srcdir=$${topdir}/mpfr"; \ libsrcdir="$$s/mpfr"; \ + cp $(s)/gmp/gmp-impl.h $(s)/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} \ @@ -17222,6 +17226,7 @@ configure-stageb3g2-mpfr: esac; \ srcdiroption="--srcdir=$${topdir}/mpfr"; \ libsrcdir="$$s/mpfr"; \ + cp $(s)/gmp/gmp-impl.h $(s)/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} \ @@ -17253,6 +17258,7 @@ configure-stage4-mpfr: esac; \ srcdiroption="--srcdir=$${topdir}/mpfr"; \ libsrcdir="$$s/mpfr"; \ + cp $(s)/gmp/gmp-impl.h $(s)/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} \ @@ -17284,6 +17290,7 @@ configure-stageprofile-mpfr: esac; \ srcdiroption="--srcdir=$${topdir}/mpfr"; \ libsrcdir="$$s/mpfr"; \ + cp $(s)/gmp/gmp-impl.h $(s)/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} \ @@ -17315,6 +17322,7 @@ configure-stagefeedback-mpfr: esac; \ srcdiroption="--srcdir=$${topdir}/mpfr"; \ libsrcdir="$$s/mpfr"; \ + cp $(s)/gmp/gmp-impl.h $(s)/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} \