public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libc/3004] New: Usage of readelf in configure on non elf/binutils system (configure.in)
@ 2006-08-05 21:39 freyther at inf dot fu-berlin dot de
  2006-08-05 21:42 ` [Bug libc/3004] " freyther at inf dot fu-berlin dot de
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: freyther at inf dot fu-berlin dot de @ 2006-08-05 21:39 UTC (permalink / raw)
  To: glibc-bugs

My host system (Darwin/OSX) does not have binutils installed by default. When cross compiling for ARM 
Linux I have a cross compiled version of binutils and arm-linux-readelf available but no readelf version.

Using AC_CHECK_TARGET_TOOL([READELF],[readelf],[readelf],[$PATH]) will check for $target-readelf and 
fallback to readelf if the target can not be found. Then instead of using 'readelf' directly one only needs to 
write $READELF.

This bug is present in all glibc versions including the latest version in CVS.

-- 
           Summary: Usage of readelf in configure on non elf/binutils system
                    (configure.in)
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
        AssignedTo: drepper at redhat dot com
        ReportedBy: freyther at inf dot fu-berlin dot de
                CC: glibc-bugs at sources dot redhat dot com
  GCC host triplet: i386-drawin
GCC target triplet: arm-linux


http://sourceware.org/bugzilla/show_bug.cgi?id=3004

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug libc/3004] Usage of readelf in configure on non elf/binutils system (configure.in)
  2006-08-05 21:39 [Bug libc/3004] New: Usage of readelf in configure on non elf/binutils system (configure.in) freyther at inf dot fu-berlin dot de
@ 2006-08-05 21:42 ` freyther at inf dot fu-berlin dot de
  2006-08-08 17:24 ` drepper at redhat dot com
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: freyther at inf dot fu-berlin dot de @ 2006-08-05 21:42 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From freyther at inf dot fu-berlin dot de  2006-08-05 21:42 -------
Created an attachment (id=1204)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=1204&action=view)
use autoconf to check for *-readelf and fallback to readelf

We will use AC_CHECK_TARGET_TOOL to find a version of readelf, but will
fallback to 'readelf' to keep/emulate the current behaviour.

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=3004

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug libc/3004] Usage of readelf in configure on non elf/binutils system (configure.in)
  2006-08-05 21:39 [Bug libc/3004] New: Usage of readelf in configure on non elf/binutils system (configure.in) freyther at inf dot fu-berlin dot de
  2006-08-05 21:42 ` [Bug libc/3004] " freyther at inf dot fu-berlin dot de
@ 2006-08-08 17:24 ` drepper at redhat dot com
  2006-08-10  5:58 ` pinskia at gcc dot gnu dot org
  2006-08-10 20:34 ` drepper at redhat dot com
  3 siblings, 0 replies; 5+ messages in thread
From: drepper at redhat dot com @ 2006-08-08 17:24 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From drepper at redhat dot com  2006-08-08 17:24 -------
You need a sane environment.  OS X does not qualify.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX


http://sourceware.org/bugzilla/show_bug.cgi?id=3004

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug libc/3004] Usage of readelf in configure on non elf/binutils system (configure.in)
  2006-08-05 21:39 [Bug libc/3004] New: Usage of readelf in configure on non elf/binutils system (configure.in) freyther at inf dot fu-berlin dot de
  2006-08-05 21:42 ` [Bug libc/3004] " freyther at inf dot fu-berlin dot de
  2006-08-08 17:24 ` drepper at redhat dot com
@ 2006-08-10  5:58 ` pinskia at gcc dot gnu dot org
  2006-08-10 20:34 ` drepper at redhat dot com
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-08-10  5:58 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2006-08-10 05:57 -------
(In reply to comment #2)
> You need a sane environment.  OS X does not qualify.

Why?  This is crazy to assume for a cross development.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|WONTFIX                     |


http://sourceware.org/bugzilla/show_bug.cgi?id=3004

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug libc/3004] Usage of readelf in configure on non elf/binutils system (configure.in)
  2006-08-05 21:39 [Bug libc/3004] New: Usage of readelf in configure on non elf/binutils system (configure.in) freyther at inf dot fu-berlin dot de
                   ` (2 preceding siblings ...)
  2006-08-10  5:58 ` pinskia at gcc dot gnu dot org
@ 2006-08-10 20:34 ` drepper at redhat dot com
  3 siblings, 0 replies; 5+ messages in thread
From: drepper at redhat dot com @ 2006-08-10 20:34 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From drepper at redhat dot com  2006-08-10 20:34 -------
Stop reopening bugs.  There is nothing to argue about.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|                            |WONTFIX


http://sourceware.org/bugzilla/show_bug.cgi?id=3004

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

end of thread, other threads:[~2006-08-10 20:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-08-05 21:39 [Bug libc/3004] New: Usage of readelf in configure on non elf/binutils system (configure.in) freyther at inf dot fu-berlin dot de
2006-08-05 21:42 ` [Bug libc/3004] " freyther at inf dot fu-berlin dot de
2006-08-08 17:24 ` drepper at redhat dot com
2006-08-10  5:58 ` pinskia at gcc dot gnu dot org
2006-08-10 20:34 ` drepper at redhat dot com

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