diff options
author | Jordan Rose <jordan_rose@apple.com> | 2012-09-26 00:01:00 +0000 |
---|---|---|
committer | Jordan Rose <jordan_rose@apple.com> | 2012-09-26 00:01:00 +0000 |
commit | 85042e658558e32a168a91379d158e6d694d6530 (patch) | |
tree | 695f7858be1b2d4d5fccc8ceba3346fbc9c00529 /autoconf | |
parent | 3757ff1a68b37e622ccd98ca8bb0c22c17ac6514 (diff) |
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.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164651 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'autoconf')
-rw-r--r-- | autoconf/configure.ac | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac index ee7eb290f2..2f381fec7f 100644 --- a/autoconf/configure.ac +++ b/autoconf/configure.ac @@ -1732,11 +1732,6 @@ fi dnl OCaml findlib META file AC_CONFIG_FILES([bindings/ocaml/llvm/META.llvm]) -dnl Add --program-prefix value to Makefile.rules. Already an ARG variable. -test "x$program_prefix" = "xNONE" && program_prefix="" -AC_SUBST([program_prefix]) - - dnl Do special configuration of Makefiles AC_CONFIG_COMMANDS([setup],,[llvm_src="${srcdir}"]) AC_CONFIG_MAKEFILE(Makefile) |