[llvm-commits] [PROPOSAL] Add --program-prefix support to build

Rick Foos rfoos at codeaurora.org
Mon Sep 24 10:25:38 PDT 2012


On 09/20/2012 10:52 PM, Rick Foos wrote:
> This patch adds --program-prefix support to the autoconf build.
>
> The cmake build isn't changed.
>
> makefile.rules now has program_prefix from configure. Some install 
> rules need it with Destdir.
>
> In configure.ac, A trap for the program_prefix = NONE before AC_SUBST 
> is needed. Configure ususally doesn't export 
> program-<prefix|suffix|transform> variables, and the NONE default 
> value can escape w/o a trap.
>
> config.guess is updated to 2012-08-14. No platforms are removed. 
> Hexagon is added.
>
> --program-suffix wasn't included as it might interfere with the EXEEXT 
> variables, and goes beyond the scope of this patch.
>
> Thank you,
> -rick
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
resolve merge conflict with --backtrace

-- 
Rick Foos
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120924/66413f34/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Add-program-prefix-support-to-build.patch
Type: text/x-patch
Size: 16723 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120924/66413f34/attachment.bin>


More information about the llvm-commits mailing list