[toplevel PATCH] Bootstrappable target modules

Paolo Bonzini paolo.bonzini@lu.unisi.ch
Thu May 19 07:44:00 GMT 2005


This patch allows for bootstrappable target modules; I tested it by 
making libada temporarily a bootstrap module.

No changes in the generated Makefile.in, except because of this hunk:

@@ -1340,7 +1340,7 @@ stage[+id+]-start::
        @[ -f stage_current ] && $(MAKE) `cat stage_current`-end || : ; \
        echo stage[+id+] > stage_current ; \
        echo stage[+id+] > stage_last; \
-       $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR)[+
+       $(SHELL) $(srcdir)/mkinstalldirs $(HOST_SUBDIR) $(TARGET_SUBDIR)[+
    FOR host_modules +][+ IF bootstrap +]

Ok for gcc and src?

Paolo
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: target-boot-modules.patch
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20050519/f5af2c8e/attachment.ksh>


More information about the Gcc-patches mailing list