[llvm-commits] [PROPOSAL] Add --program-prefix support to build
Rick Foos
rfoos at codeaurora.org
Thu Sep 20 20:52:03 PDT 2012
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
-------------- 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/20120920/a61fd0cd/attachment.bin>
More information about the llvm-commits
mailing list