public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
From: neroden@twcny.rr.com (Nathanael Nerode)
To: gcc-patches@gcc.gnu.org, paolo.bonzini@lu.unisi.ch,
	binutils@sources.redhat.com, gdb-patches@sources.redhat.com,
	dj@delorie.com
Subject: Re: PR/17383: fix gcc in-srcdir build (take 2)
Date: Sun, 27 Feb 2005 12:43:00 -0000	[thread overview]
Message-ID: <20050226193558.GA5098@twcny.rr.com> (raw)

I've been wanting to do this for yonks.  Approved for mainline, unless DJ or
Alex objects.  Give them a day or two.

However, it *will* be somewhat confusing for developers that the location
of the build has moved; please post an announcement to gcc@gcc.gnu.org if
this goes in, explaining the new presence of host-i686-pc-linux-gnu, etc.
 
2005-05-25  Paolo Bonzini  <bonzini@gnu.org>

        PR bootstrap/17383
        * Makefile.def (target_modules): Remove "stage", now unnecessary.
        * Makefile.tpl (HOST_SUBDIR): New substitution.
        (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
        USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
        USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
        USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
        (Host modules, Bootstrapped modules): Use it.
        (Build modules, Target modules): Do not create symlink trees,
        always configure out-of-srcdir.
        (distclean): Try removing $(host_subdir) with rm before using rm -rf.
        * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
        GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
        $(HOST_SUBDIR).  Create a symlink for host_subdir.

        * Makefile.in: Regenerate.
        * configure: Regenerate.

config:
2005-05-25  Paolo Bonzini  <bonzini@gnu.org>

        PR bootstrap/17383
        * config/acx.m4 (GCC_TOPLEV_SUBDIRS): Set HOST_SUBDIR if an in-src
        gcc build is going.

gcc:
2005-05-25  Paolo Bonzini  <bonzini@gnu.org>

        PR bootstrap/17383
        * gcc/Makefile.in (host_subdir): New.
        (build_objdir): New.  Replace ../$(build_subdir) with it throughout.
        * gcc/configure: Regenerate.

libjava:
2005-05-25  Paolo Bonzini  <bonzini@gnu.org>

        PR bootstrap/17383
        * configure.ac: Call GCC_TOPLEV_SUBDIRS.
        (COMPPATH): Removed.
        (ZIP, GCJH): Replace it with ../$(host_subdir).
        (built_gcc_dir): Add $(host_subdir).
        * configure: Regenerate.
        * Makefile.in, include/Makefile.in, testsuite/Makefile.in,
        external/Makefile.in, external/sax/Makefile.in,
        external/w3c_dom/Makefile.in: Regenerate.

libobjc:
2005-05-25  Paolo Bonzini  <bonzini@gnu.org>

        PR bootstrap/17383
        * configure.ac: Call GCC_TOPLEV_SUBDIRS.
        (Determine CFLAGS for gthread): Use $host_subdir.
        * configure: Regenerate.
        * Makefile.in (host_subdir): New.
        (INCLUDES): Use it.

-- 
This space intentionally left blank.

             reply	other threads:[~2005-02-26 19:36 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-02-27 12:43 Nathanael Nerode [this message]
2005-02-27 18:47 ` Alexandre Oliva
2005-02-28  9:06   ` DJ Delorie
2005-02-28 10:39   ` Paolo Bonzini
2005-02-28 10:57 ` Paolo Bonzini
  -- strict thread matches above, loose matches on Subject: below --
2005-02-27  4:24 Paolo Bonzini
2005-02-28 14:29 ` Nick Clifton
2005-03-01 15:17 ` Mike Stump
2005-03-01 23:02   ` Mark Mitchell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20050226193558.GA5098@twcny.rr.com \
    --to=neroden@twcny.rr.com \
    --cc=binutils@sources.redhat.com \
    --cc=dj@delorie.com \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=gdb-patches@sources.redhat.com \
    --cc=paolo.bonzini@lu.unisi.ch \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).