diff src/llvm.mk @ 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 11f8ec654cd4
children f9bb233a5ef8
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