summaryrefslogtreecommitdiffstats
path: root/llvm/projects/sample
diff options
context:
space:
mode:
authorJordan Rose <jordan_rose@apple.com>2012-09-26 00:01:00 +0000
committerJordan Rose <jordan_rose@apple.com>2012-09-26 00:01:00 +0000
commit2998d25a6eba0e08a961afc5721c529b25225aa4 (patch)
tree2c585a6c03c91143503553627c9c4706c081bd6d /llvm/projects/sample
parentbc8cd068655fbbb02fde1df24681c377c6d8efb5 (diff)
downloadbcm5719-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/projects/sample')
-rw-r--r--llvm/projects/sample/Makefile.llvm.rules4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/projects/sample/Makefile.llvm.rules b/llvm/projects/sample/Makefile.llvm.rules
index 7ed1c1b4ed6..a6553020f86 100644
--- a/llvm/projects/sample/Makefile.llvm.rules
+++ b/llvm/projects/sample/Makefile.llvm.rules
@@ -1437,7 +1437,7 @@ install-local::
uninstall-local::
$(Echo) Uninstall circumvented with NO_INSTALL
else
-DestTool = $(DESTDIR)$(PROJ_bindir)/$(program_prefix)$(TOOLEXENAME)
+DestTool = $(DESTDIR)$(PROJ_bindir)/$(TOOLEXENAME)
install-local:: $(DestTool)
@@ -1451,7 +1451,7 @@ uninstall-local::
# TOOLALIAS install.
ifdef TOOLALIAS
-DestToolAlias = $(DESTDIR)$(PROJ_bindir)/$(program_prefix)$(TOOLALIAS)$(EXEEXT)
+DestToolAlias = $(DESTDIR)$(PROJ_bindir)/$(TOOLALIAS)$(EXEEXT)
install-local:: $(DestToolAlias)
OpenPOWER on IntegriCloud