[LLVMbugs] [Bug 22946] New: autoconf picks up build machines "strip" instead of picking up the strip from cross-compile toolchain

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Mar 17 22:27:07 PDT 2015


https://llvm.org/bugs/show_bug.cgi?id=22946

            Bug ID: 22946
           Summary: autoconf picks up build machines "strip" instead of
                    picking up the strip from cross-compile toolchain
           Product: Build scripts
           Version: 3.5
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: autoconf
          Assignee: unassignedbugs at nondot.org
          Reporter: vishnusuganth at gmail.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

Created attachment 14067
  --> https://llvm.org/bugs/attachment.cgi?id=14067&action=edit
Build log when it breaks

I am trying to cross-build Julia for ARMv6 using
arm-buildroot-linux-uclibcgnueabi cross-compiler toolchain on an
x86_64-linux-gnu.LLVM gets built during the Julia build process.While all other
Julia dependency libraries are picking up
"arm-buildroot-linux-uclibcgnueabi-strip" during the build process,LLVM build
alone picks up  x86_64-linux-gnu-strip and thus the build breaks.
Is there any way I could force the LLVM build to use
"arm-buildroot-linux-uclibcgnueabi-strip" ? 

I have attached the build error log when it breaks.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20150318/ccba12f3/attachment.html>


More information about the llvm-bugs mailing list