[LLVMdev] The make install fails in cross-compile mode

陳韋任 chenwj at iis.sinica.edu.tw
Sun Oct 23 00:56:06 PDT 2011


> The problem is that "install" is run with "-s" argument to strip symbols but always uses default "strip" executable even in cross-compile mode. To fix the bug I check for the "strip" executable in the configure.ac and provide the result to the "install" command using "--strip-program" argument. The patches are attached to this email.

  Nice work. Before this, I just ignore the failure and leave them unstriped.
Maybe this should go llvm-commits?

Regards,
chenwj

-- 
Wei-Ren Chen (陳韋任)
Computer Systems Lab, Institute of Information Science,
Academia Sinica, Taiwan (R.O.C.)
Tel:886-2-2788-3799 #1667




More information about the llvm-dev mailing list