public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/38383]  New: fails to build cross gcc for target hppa64-hp-hpux11.00
@ 2008-12-03 16:06 r dot emrich at de dot tecosim dot com
  2008-12-03 16:10 ` [Bug bootstrap/38383] " r dot emrich at de dot tecosim dot com
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: r dot emrich at de dot tecosim dot com @ 2008-12-03 16:06 UTC (permalink / raw)
  To: gcc-bugs

fails to build because of a wrong LINK_GCC_C_SEQUENCE_SPEC definition in 
gcc/config/pa/pa64-hpux.h
The required library milli.a is hardcoded as /usr/lib/pa20_64/milli.a.
That doesn't work in the cross compiler case, becasue it has to be searched for
in the sysroot.


-- 
           Summary: fails to build cross gcc for target hppa64-hp-hpux11.00
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: r dot emrich at de dot tecosim dot com
 GCC build triplet: x86_64-unknown-linux-gnu
  GCC host triplet: x86_64-unknown-linux-gnu
GCC target triplet: hppa64-hp-hpux11.00


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


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

* [Bug bootstrap/38383] fails to build cross gcc for target hppa64-hp-hpux11.00
  2008-12-03 16:06 [Bug bootstrap/38383] New: fails to build cross gcc for target hppa64-hp-hpux11.00 r dot emrich at de dot tecosim dot com
@ 2008-12-03 16:10 ` r dot emrich at de dot tecosim dot com
  2008-12-13  0:16 ` danglin at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: r dot emrich at de dot tecosim dot com @ 2008-12-03 16:10 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from r dot emrich at de dot tecosim dot com  2008-12-03 16:09 -------
Created an attachment (id=16814)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16814&action=view)
possible patch

That works for me. But someone has to verify that it doesn't cause regressions
on native hp-ux bootstraps. I can't, no hardware.


-- 


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


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

* [Bug bootstrap/38383] fails to build cross gcc for target hppa64-hp-hpux11.00
  2008-12-03 16:06 [Bug bootstrap/38383] New: fails to build cross gcc for target hppa64-hp-hpux11.00 r dot emrich at de dot tecosim dot com
  2008-12-03 16:10 ` [Bug bootstrap/38383] " r dot emrich at de dot tecosim dot com
@ 2008-12-13  0:16 ` danglin at gcc dot gnu dot org
  2008-12-13  0:20 ` danglin at gcc dot gnu dot org
  2008-12-13  0:25 ` danglin at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: danglin at gcc dot gnu dot org @ 2008-12-13  0:16 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from danglin at gcc dot gnu dot org  2008-12-13 00:15 -------
Subject: Bug 38383

Author: danglin
Date: Sat Dec 13 00:14:15 2008
New Revision: 142729

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=142729
Log:
        PR bootstrap/38383
        * pa64-hpux.h (LINK_GCC_C_SEQUENCE_SPEC): Don't hardcode search path
        for the milli.a library.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/pa/pa64-hpux.h


-- 


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


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

* [Bug bootstrap/38383] fails to build cross gcc for target hppa64-hp-hpux11.00
  2008-12-03 16:06 [Bug bootstrap/38383] New: fails to build cross gcc for target hppa64-hp-hpux11.00 r dot emrich at de dot tecosim dot com
  2008-12-03 16:10 ` [Bug bootstrap/38383] " r dot emrich at de dot tecosim dot com
  2008-12-13  0:16 ` danglin at gcc dot gnu dot org
@ 2008-12-13  0:20 ` danglin at gcc dot gnu dot org
  2008-12-13  0:25 ` danglin at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: danglin at gcc dot gnu dot org @ 2008-12-13  0:20 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from danglin at gcc dot gnu dot org  2008-12-13 00:19 -------
Subject: Bug 38383

Author: danglin
Date: Sat Dec 13 00:18:00 2008
New Revision: 142734

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=142734
Log:
        PR bootstrap/38383
        * pa64-hpux.h (LINK_GCC_C_SEQUENCE_SPEC): Don't hardcode search path
        for the milli.a library.


Modified:
    branches/gcc-4_3-branch/gcc/ChangeLog
    branches/gcc-4_3-branch/gcc/config/pa/pa64-hpux.h


-- 


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


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

* [Bug bootstrap/38383] fails to build cross gcc for target hppa64-hp-hpux11.00
  2008-12-03 16:06 [Bug bootstrap/38383] New: fails to build cross gcc for target hppa64-hp-hpux11.00 r dot emrich at de dot tecosim dot com
                   ` (2 preceding siblings ...)
  2008-12-13  0:20 ` danglin at gcc dot gnu dot org
@ 2008-12-13  0:25 ` danglin at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: danglin at gcc dot gnu dot org @ 2008-12-13  0:25 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from danglin at gcc dot gnu dot org  2008-12-13 00:23 -------
Fixed.


-- 

danglin at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED
            Summary|fails to build cross gcc for|fails to build cross gcc for
                   |target hppa64-hp-hpux11.00  |target hppa64-hp-hpux11.00


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


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

end of thread, other threads:[~2008-12-13  0:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-12-03 16:06 [Bug bootstrap/38383] New: fails to build cross gcc for target hppa64-hp-hpux11.00 r dot emrich at de dot tecosim dot com
2008-12-03 16:10 ` [Bug bootstrap/38383] " r dot emrich at de dot tecosim dot com
2008-12-13  0:16 ` danglin at gcc dot gnu dot org
2008-12-13  0:20 ` danglin at gcc dot gnu dot org
2008-12-13  0:25 ` danglin 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).