public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/14871] New: Non-unified-tree ordinary cross-compiler builds default to stupid names for tools
@ 2004-04-07  2:04 neroden at gcc dot gnu dot org
  2004-04-09  5:15 ` [Bug bootstrap/14871] " neroden at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: neroden at gcc dot gnu dot org @ 2004-04-07  2:04 UTC (permalink / raw)
  To: gcc-bugs

>From Makefile.tpl: 
 
USUAL_AS_FOR_TARGET = ` \ 
  if [ -f $$r/gas/as-new ] ; then \ 
    echo $$r/gas/as-new ; \ 
... 
    if [ '$(host)' = '$(target)' ] ; then \ 
      echo $(AS); \ 
    else \ 
       echo as | sed '$(program_transform_name)' ; \ 
^^^^^^^^^^^^^^^ 
This isn't really what we're looking for, since program_transform_name is 
for the *newly built* tools, and the user may be supplying something weird, 
but it says nothing about where to find preexisting tools.  We should trust 
configure's choice, which is found using NCN_STRICT_TARGET_TOOL, and is 
essentially $(target_alias)-as (unless it was set by the user in some 
other way, of course). 
 
I have a patch for this already. 
 
     fi; \ 
   fi` 
 
Similarly for the other tools.  :-P

-- 
           Summary: Non-unified-tree ordinary cross-compiler builds default
                    to stupid names for tools
           Product: gcc
           Version: 3.4.0
            Status: UNCONFIRMED
          Keywords: build
          Severity: minor
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: neroden at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: *
  GCC host triplet: *
GCC target triplet: *


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14871


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug bootstrap/14871] Non-unified-tree ordinary cross-compiler builds default to stupid names for tools
  2004-04-07  2:04 [Bug bootstrap/14871] New: Non-unified-tree ordinary cross-compiler builds default to stupid names for tools neroden at gcc dot gnu dot org
  2004-04-09  5:15 ` [Bug bootstrap/14871] " neroden at gcc dot gnu dot org
@ 2004-04-09  5:15 ` cvs-commit at gcc dot gnu dot org
  2004-05-26 20:56 ` pinskia at gcc dot gnu dot org
  2004-08-25  4:13 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-04-09  5:15 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-04-09 05:15 -------
Subject: Bug 14871

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	neroden@gcc.gnu.org	2004-04-09 05:15:10

Modified files:
	.              : ChangeLog Makefile.tpl Makefile.in configure 
	                 configure.in 

Log message:
	PR bootstrap/14871
	* Makefile.tpl: If we don't have built-in-tree target tools,
	use the ones found by configure rather than hacking around with
	program_transform_name.
	* configure.in: Give Makefile.tpl the information necessary
	to do that.
	* Makefile.in: Regenerate.
	* configure: Regenerate.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/ChangeLog.diff?cvsroot=gcc&r1=1.905&r2=1.906
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/Makefile.tpl.diff?cvsroot=gcc&r1=1.89&r2=1.90
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/Makefile.in.diff?cvsroot=gcc&r1=1.207&r2=1.208
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/configure.diff?cvsroot=gcc&r1=1.142&r2=1.143
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/configure.in.diff?cvsroot=gcc&r1=1.282&r2=1.283



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |neroden at gcc dot gnu dot
                   |dot org                     |org
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-04-09 05:15:29
               date|                            |
   Target Milestone|---                         |3.5.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14871


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug bootstrap/14871] Non-unified-tree ordinary cross-compiler builds default to stupid names for tools
  2004-04-07  2:04 [Bug bootstrap/14871] New: Non-unified-tree ordinary cross-compiler builds default to stupid names for tools neroden at gcc dot gnu dot org
@ 2004-04-09  5:15 ` neroden at gcc dot gnu dot org
  2004-04-09  5:15 ` cvs-commit at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: neroden at gcc dot gnu dot org @ 2004-04-09  5:15 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-04-09 05:15 -------
Subject: Bug 14871

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	neroden@gcc.gnu.org	2004-04-09 05:15:10

Modified files:
	.              : ChangeLog Makefile.tpl Makefile.in configure 
	                 configure.in 

Log message:
	PR bootstrap/14871
	* Makefile.tpl: If we don't have built-in-tree target tools,
	use the ones found by configure rather than hacking around with
	program_transform_name.
	* configure.in: Give Makefile.tpl the information necessary
	to do that.
	* Makefile.in: Regenerate.
	* configure: Regenerate.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/ChangeLog.diff?cvsroot=gcc&r1=1.905&r2=1.906
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/Makefile.tpl.diff?cvsroot=gcc&r1=1.89&r2=1.90
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/Makefile.in.diff?cvsroot=gcc&r1=1.207&r2=1.208
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/configure.diff?cvsroot=gcc&r1=1.142&r2=1.143
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/configure.in.diff?cvsroot=gcc&r1=1.282&r2=1.283



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |neroden at gcc dot gnu dot
                   |dot org                     |org
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-04-09 05:15:29
               date|                            |
   Target Milestone|---                         |3.5.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14871


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug bootstrap/14871] Non-unified-tree ordinary cross-compiler builds default to stupid names for tools
  2004-04-07  2:04 [Bug bootstrap/14871] New: Non-unified-tree ordinary cross-compiler builds default to stupid names for tools neroden at gcc dot gnu dot org
  2004-04-09  5:15 ` [Bug bootstrap/14871] " neroden at gcc dot gnu dot org
  2004-04-09  5:15 ` cvs-commit at gcc dot gnu dot org
@ 2004-05-26 20:56 ` pinskia at gcc dot gnu dot org
  2004-08-25  4:13 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-05-26 20:56 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-05-26 13:46 -------
This is fixed, right, please close it if it is.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14871


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug bootstrap/14871] Non-unified-tree ordinary cross-compiler builds default to stupid names for tools
  2004-04-07  2:04 [Bug bootstrap/14871] New: Non-unified-tree ordinary cross-compiler builds default to stupid names for tools neroden at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2004-05-26 20:56 ` pinskia at gcc dot gnu dot org
@ 2004-08-25  4:13 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-08-25  4:13 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-08-25 04:13 -------
Fixed in 3.5.0.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14871


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2004-08-25  4:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-04-07  2:04 [Bug bootstrap/14871] New: Non-unified-tree ordinary cross-compiler builds default to stupid names for tools neroden at gcc dot gnu dot org
2004-04-09  5:15 ` [Bug bootstrap/14871] " neroden at gcc dot gnu dot org
2004-04-09  5:15 ` cvs-commit at gcc dot gnu dot org
2004-05-26 20:56 ` pinskia at gcc dot gnu dot org
2004-08-25  4:13 ` pinskia at gcc dot gnu dot org

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).