[haiku-commits] r37382 - buildtools/trunk/gcc

  • From: korli@xxxxxxxxxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Sun, 4 Jul 2010 01:44:22 +0200 (CEST)

Author: korli
Date: 2010-07-04 01:44:21 +0200 (Sun, 04 Jul 2010)
New Revision: 37382
Changeset: http://dev.haiku-os.org/changeset/37382/haiku

Modified:
   buildtools/trunk/gcc/Makefile.in
Log:
* gmp-impl.h and longlong.h headers are needed at each stage of the mpfr build. 


Modified: buildtools/trunk/gcc/Makefile.in
===================================================================
--- buildtools/trunk/gcc/Makefile.in    2010-07-03 19:03:54 UTC (rev 37381)
+++ buildtools/trunk/gcc/Makefile.in    2010-07-03 23:44:21 UTC (rev 37382)
@@ -17066,7 +17066,7 @@
        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 @@
        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 @@
        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 @@
        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 @@
        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 @@
        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 @@
        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 @@
        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 @@
        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} \


Other related posts:

  • » [haiku-commits] r37382 - buildtools/trunk/gcc - korli