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: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to