changeset 3228:681331ee9a2f

Don't install llvm-config to same place for mingw native build. * src/llvm.mk (PKG_BUILD for native mingw): Remove install of llvm-config to BUILD_TOOLS_PREFIX.
author John Donoghue <john.donoghue@ieee.org>
date Thu, 08 Aug 2013 19:50:46 -0400
parents c0f577fc5d4a
children 1cbee4743e97
files src/llvm.mk
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/llvm.mk	Thu Aug 08 12:24:21 2013 -0400
+++ b/src/llvm.mk	Thu Aug 08 19:50:46 2013 -0400
@@ -53,7 +53,6 @@
       --prefix='$(HOST_PREFIX)'
 
     PATH='$(HOST_BINDIR):$(PATH)' $(MAKE) -C '$(1)/build' -j $(JOBS) install
-    $(INSTALL) -m755 '$(HOST_BINDIR)/llvm-config' '$(BUILD_TOOLS_PREFIX)/bin/$(MXE_TOOL_PREFIX)llvm-config'
 endef
 endif
 else