[llvm-commits] [llvm] r164651 - in /llvm/trunk: Makefile.config.in Makefile.rules autoconf/configure.ac configure projects/sample/Makefile.llvm.rules tools/llvm-config/Makefile

Eric Christopher echristo at gmail.com
Wed Sep 26 08:35:05 PDT 2012


> URL: http://llvm.org/viewvc/llvm-project?rev=164651&view=rev
> Log:
> Revert "Add --program-prefix support to build"
>
> The Apple buildbots are set up to pass --target to configure for both
> cross- and non-cross-compile builds, and the standard autoconf response
> to this is to set the program prefix to '<target>-'. Until we can figure
> out the proper way to handle this (don't pass --target? pass an explicit
> --program-prefix=""? don't auto-populate program_prefix with target_alias?)
> it's more important to keep the buildbots running.
>
> This reverts r164633 / ba48ceb1a3802e20e781ef04ea2573ffae2ac414.
>

Makes total sense. I think in the case of a truly native build you
really don't want to pass --target, but on the assumption that you do
want to then going ahead and using "" as a program prefix would work
too. I'll try to hop online today so you and I and Rick can talk about
it.

-eric



More information about the llvm-commits mailing list