[Buildroot] [Bug 583] New: build fails with external x86_64 toolchain

bugzilla at busybox.net bugzilla at busybox.net
Fri Aug 28 08:59:50 UTC 2009


https://bugs.busybox.net/show_bug.cgi?id=583

           Summary: build fails with external x86_64 toolchain
           Product: buildroot
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: trivial
          Priority: P5
         Component: Other
        AssignedTo: unassigned at buildroot.uclibc.org
        ReportedBy: is at eseco.de
                CC: buildroot at uclibc.org
   Estimated Hours: 0.0


buildroot 2009.08-rc3

./toolchain/external-toolchain/ext-tool.mk

checks if 'lib/ld-linux.so.*' is present in the toolchain's sysroot. This is
fine for x86 system, but this check fails for x86_64 systems and crosstool-ng
toolchains.

Here you have 'lib/ld-linux-x86-64.so.2 -> ld-2.9.so'.

The check could/should be modified to 'lib/ld-linux*.so.*'


-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the buildroot mailing list