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 | 2998d25a6eba0e08a961afc5721c529b25225aa4 (patch) | |
tree | 2c585a6c03c91143503553627c9c4706c081bd6d /llvm/autoconf | |
parent | bc8cd068655fbbb02fde1df24681c377c6d8efb5 (diff) | |
download | bcm5719-llvm-2998d25a6eba0e08a961afc5721c529b25225aa4.tar.gz bcm5719-llvm-2998d25a6eba0e08a961afc5721c529b25225aa4.zip |
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
Diffstat (limited to 'llvm/autoconf')
-rw-r--r-- | llvm/autoconf/configure.ac | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/llvm/autoconf/configure.ac b/llvm/autoconf/configure.ac index ee7eb290f27..2f381fec7fd 100644 --- a/llvm/autoconf/configure.ac +++ b/llvm/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) |