Quuxplusone / LLVMBugzillaTest

0 stars 0 forks source link

autoconf picks up build machine's "strip" instead of picking up the strip from cross-compile toolchain #22945

Open Quuxplusone opened 9 years ago

Quuxplusone commented 9 years ago
Bugzilla Link PR22946
Status NEW
Importance P normal
Reported by VISHNU SUGANTH (vishnusuganth@gmail.com)
Reported on 2015-03-18 00:27:07 -0700
Last modified on 2015-08-29 08:33:41 -0700
Version 3.5
Hardware PC Linux
CC geek4civic@gmail.com, llvm-bugs@lists.llvm.org
Fixed by commit(s)
Attachments 2015-03-18 10-57-44_Lubuntu_2 [Running] - Oracle VM VirtualBox.png (76011 bytes, image/png)
Blocks
Blocked by
See also
Created attachment 14067
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.
Quuxplusone commented 9 years ago

Attached 2015-03-18 10-57-44_Lubuntu_2 [Running] - Oracle VM VirtualBox.png (76011 bytes, image/png): Build log when it breaks