Need to make all in gmp, not boot
authorIan Lynagh <igloo@earth.li>
Sat, 5 Jul 2008 15:32:45 +0000 (15:32 +0000)
committerIan Lynagh <igloo@earth.li>
Sat, 5 Jul 2008 15:32:45 +0000 (15:32 +0000)
Makefile

index 9fc22c9..121546e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -99,7 +99,7 @@ endif
 
 stage1 : $(GCC_LIB_DEP) check-packages
        $(MAKE) -C libraries boot
 
 stage1 : $(GCC_LIB_DEP) check-packages
        $(MAKE) -C libraries boot
-       $(MAKE) -C gmp       boot
+       $(MAKE) -C gmp       all
        $(MAKE) -C utils/mkdependC boot
        @case '${MFLAGS}' in *-[ik]*) x_on_err=0;; *-r*[ik]*) x_on_err=0;; *) x_on_err=1;; esac; \
        for i in $(SUBDIRS_BUILD); do \
        $(MAKE) -C utils/mkdependC boot
        @case '${MFLAGS}' in *-[ik]*) x_on_err=0;; *-r*[ik]*) x_on_err=0;; *) x_on_err=1;; esac; \
        for i in $(SUBDIRS_BUILD); do \