This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/3004] New: Usage of readelf in configure on non elf/binutils system (configure.in)


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]