mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-05 13:26:55 +00:00
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 / ba48ceb1a3
.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164651 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user