public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug ada/31808]  New: cross-built gnattools installs vxaddr2line regardless of target triplet
@ 2007-05-03 23:44 bje at gcc dot gnu dot org
  2008-05-12 23:23 ` [Bug ada/31808] " charlet at gcc dot gnu dot org
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: bje at gcc dot gnu dot org @ 2007-05-03 23:44 UTC (permalink / raw)
  To: gcc-bugs

When building an ada-enabled compiler in a cross-environment, the gnattools
directory will install "vxaddr2line", even if the target is not *-*-vxworks*. 
It should only install vxaddr2line when the target matches *-*-vxworks*.


-- 
           Summary: cross-built gnattools installs vxaddr2line regardless of
                    target triplet
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: ada
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: bje at gcc dot gnu dot org


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


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

* [Bug ada/31808] cross-built gnattools installs vxaddr2line regardless of target triplet
  2007-05-03 23:44 [Bug ada/31808] New: cross-built gnattools installs vxaddr2line regardless of target triplet bje at gcc dot gnu dot org
@ 2008-05-12 23:23 ` charlet at gcc dot gnu dot org
  2008-05-12 23:42 ` sam at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: charlet at gcc dot gnu dot org @ 2008-05-12 23:23 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from charlet at gcc dot gnu dot org  2008-05-12 23:23 -------
It will install it only if it was built (there's an explicit test), and it
won't
build it for e.g. non vxworks, so things are fine here.

Arno


-- 

charlet at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID


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


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

* [Bug ada/31808] cross-built gnattools installs vxaddr2line regardless of target triplet
  2007-05-03 23:44 [Bug ada/31808] New: cross-built gnattools installs vxaddr2line regardless of target triplet bje at gcc dot gnu dot org
  2008-05-12 23:23 ` [Bug ada/31808] " charlet at gcc dot gnu dot org
@ 2008-05-12 23:42 ` sam at gcc dot gnu dot org
  2008-05-12 23:59 ` charlet at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: sam at gcc dot gnu dot org @ 2008-05-12 23:42 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from sam at gcc dot gnu dot org  2008-05-12 23:41 -------
> it won't build it for e.g. non vxworks, so things are fine here.

Are you sure of that? Because it has been built in my April 29 build of a
cross-compiler targetting sh4-unknown-linux-gnu (from i686-pc-linux-gnu).


-- 


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


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

* [Bug ada/31808] cross-built gnattools installs vxaddr2line regardless of target triplet
  2007-05-03 23:44 [Bug ada/31808] New: cross-built gnattools installs vxaddr2line regardless of target triplet bje at gcc dot gnu dot org
  2008-05-12 23:23 ` [Bug ada/31808] " charlet at gcc dot gnu dot org
  2008-05-12 23:42 ` sam at gcc dot gnu dot org
@ 2008-05-12 23:59 ` charlet at gcc dot gnu dot org
  2008-05-13  0:02 ` charlet at adacore dot com
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: charlet at gcc dot gnu dot org @ 2008-05-12 23:59 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from charlet at gcc dot gnu dot org  2008-05-12 23:58 -------
Subject: Bug 31808

Author: charlet
Date: Mon May 12 23:58:11 2008
New Revision: 135239

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=135239
Log:
PR ada/31808
* Makefile.in (gnattools-cross): Do not build vxaddr2line

Modified:
    trunk/gnattools/ChangeLog
    trunk/gnattools/Makefile.in


-- 


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


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

* [Bug ada/31808] cross-built gnattools installs vxaddr2line regardless of target triplet
  2007-05-03 23:44 [Bug ada/31808] New: cross-built gnattools installs vxaddr2line regardless of target triplet bje at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2008-05-12 23:59 ` charlet at gcc dot gnu dot org
@ 2008-05-13  0:02 ` charlet at adacore dot com
  2008-05-13  8:30 ` ludovic at ludovic-brenta dot org
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: charlet at adacore dot com @ 2008-05-13  0:02 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from charlet at adacore dot com  2008-05-13 00:01 -------
Subject: Re:  cross-built gnattools installs vxaddr2line
        regardless of target triplet

> Are you sure of that? Because it has been built in my April 29 build of a
> cross-compiler targetting sh4-unknown-linux-gnu (from i686-pc-linux-gnu).

Darn, I always forget about the new gnattools/Makefile.in file,
which does indeed build wrongly vxaddr2line.

Now fixed.

Arno


-- 


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


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

* [Bug ada/31808] cross-built gnattools installs vxaddr2line regardless of target triplet
  2007-05-03 23:44 [Bug ada/31808] New: cross-built gnattools installs vxaddr2line regardless of target triplet bje at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2008-05-13  0:02 ` charlet at adacore dot com
@ 2008-05-13  8:30 ` ludovic at ludovic-brenta dot org
  2008-05-13  8:31 ` ludovic at ludovic-brenta dot org
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: ludovic at ludovic-brenta dot org @ 2008-05-13  8:30 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from ludovic at ludovic-brenta dot org  2008-05-13 08:29 -------
Could someone please set the target milestone for this bug? Thanks.


-- 


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


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

* [Bug ada/31808] cross-built gnattools installs vxaddr2line regardless of target triplet
  2007-05-03 23:44 [Bug ada/31808] New: cross-built gnattools installs vxaddr2line regardless of target triplet bje at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2008-05-13  8:30 ` ludovic at ludovic-brenta dot org
@ 2008-05-13  8:31 ` ludovic at ludovic-brenta dot org
  2008-05-13 11:56 ` sam at gcc dot gnu dot org
  2008-05-13 11:57 ` sam at gcc dot gnu dot org
  7 siblings, 0 replies; 9+ messages in thread
From: ludovic at ludovic-brenta dot org @ 2008-05-13  8:31 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from ludovic at ludovic-brenta dot org  2008-05-13 08:30 -------
Also the bug should not remain tagged as INVALID.


-- 


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


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

* [Bug ada/31808] cross-built gnattools installs vxaddr2line regardless of target triplet
  2007-05-03 23:44 [Bug ada/31808] New: cross-built gnattools installs vxaddr2line regardless of target triplet bje at gcc dot gnu dot org
                   ` (5 preceding siblings ...)
  2008-05-13  8:31 ` ludovic at ludovic-brenta dot org
@ 2008-05-13 11:56 ` sam at gcc dot gnu dot org
  2008-05-13 11:57 ` sam at gcc dot gnu dot org
  7 siblings, 0 replies; 9+ messages in thread
From: sam at gcc dot gnu dot org @ 2008-05-13 11:56 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from sam at gcc dot gnu dot org  2008-05-13 11:55 -------
Reopening to close it properly and setting target milestone.


-- 

sam at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |UNCONFIRMED
         Resolution|INVALID                     |
   Target Milestone|---                         |4.4.0


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


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

* [Bug ada/31808] cross-built gnattools installs vxaddr2line regardless of target triplet
  2007-05-03 23:44 [Bug ada/31808] New: cross-built gnattools installs vxaddr2line regardless of target triplet bje at gcc dot gnu dot org
                   ` (6 preceding siblings ...)
  2008-05-13 11:56 ` sam at gcc dot gnu dot org
@ 2008-05-13 11:57 ` sam at gcc dot gnu dot org
  7 siblings, 0 replies; 9+ messages in thread
From: sam at gcc dot gnu dot org @ 2008-05-13 11:57 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from sam at gcc dot gnu dot org  2008-05-13 11:56 -------
Fixed in SVN trunk by Arno's patch.


-- 

sam at gcc dot gnu dot org changed:

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


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


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

end of thread, other threads:[~2008-05-13 11:57 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-05-03 23:44 [Bug ada/31808] New: cross-built gnattools installs vxaddr2line regardless of target triplet bje at gcc dot gnu dot org
2008-05-12 23:23 ` [Bug ada/31808] " charlet at gcc dot gnu dot org
2008-05-12 23:42 ` sam at gcc dot gnu dot org
2008-05-12 23:59 ` charlet at gcc dot gnu dot org
2008-05-13  0:02 ` charlet at adacore dot com
2008-05-13  8:30 ` ludovic at ludovic-brenta dot org
2008-05-13  8:31 ` ludovic at ludovic-brenta dot org
2008-05-13 11:56 ` sam at gcc dot gnu dot org
2008-05-13 11:57 ` sam 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).