comparison 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
comparison
equal deleted inserted replaced
3227:c0f577fc5d4a 3228:681331ee9a2f
51 --without-python \ 51 --without-python \
52 --disable-shared --enable-static \ 52 --disable-shared --enable-static \
53 --prefix='$(HOST_PREFIX)' 53 --prefix='$(HOST_PREFIX)'
54 54
55 PATH='$(HOST_BINDIR):$(PATH)' $(MAKE) -C '$(1)/build' -j $(JOBS) install 55 PATH='$(HOST_BINDIR):$(PATH)' $(MAKE) -C '$(1)/build' -j $(JOBS) install
56 $(INSTALL) -m755 '$(HOST_BINDIR)/llvm-config' '$(BUILD_TOOLS_PREFIX)/bin/$(MXE_TOOL_PREFIX)llvm-config'
57 endef 56 endef
58 endif 57 endif
59 else 58 else
60 define $(PKG)_BUILD 59 define $(PKG)_BUILD
61 mkdir '$(1)/build' 60 mkdir '$(1)/build'