Revert "Add --program-prefix support to build"
authorJordan Rose <jordan_rose@apple.com>
Wed, 26 Sep 2012 00:01:00 +0000 (00:01 +0000)
committerJordan Rose <jordan_rose@apple.com>
Wed, 26 Sep 2012 00:01:00 +0000 (00:01 +0000)
commit2998d25a6eba0e08a961afc5721c529b25225aa4
tree2c585a6c03c91143503553627c9c4706c081bd6d
parentbc8cd068655fbbb02fde1df24681c377c6d8efb5
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.

llvm-svn: 164651
llvm/Makefile.config.in
llvm/Makefile.rules
llvm/autoconf/configure.ac
llvm/configure
llvm/projects/sample/Makefile.llvm.rules
llvm/tools/llvm-config/Makefile