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] " cvs-commit 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

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] " cvs-commit at gcc dot gnu dot org
2004-04-09  5:15 ` neroden 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).