summaryrefslogtreecommitdiffstats
path: root/src/libtool.mk
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2013-07-26 02:56:28 (GMT)
committerTony Theodore <tonyt@logyst.com>2013-07-26 02:56:28 (GMT)
commit4bc0f0f924a8e7005df7da3553699c150a772984 (patch)
treefc43369bfeea485d5b1a9383db8223f2a7df03af /src/libtool.mk
parentd71a209af5714aeb7b90a92ab4ebd26418fe6978 (diff)
downloadmxe-4bc0f0f924a8e7005df7da3553699c150a772984.zip
mxe-4bc0f0f924a8e7005df7da3553699c150a772984.tar.gz
mxe-4bc0f0f924a8e7005df7da3553699c150a772984.tar.bz2
remove optional native builds for autoconf automake cmake libtool
these need more testing and proper multi-target support
Diffstat (limited to 'src/libtool.mk')
-rw-r--r--src/libtool.mk8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/libtool.mk b/src/libtool.mk
index 559049a..558a6dd 100644
--- a/src/libtool.mk
+++ b/src/libtool.mk
@@ -16,14 +16,6 @@ define $(PKG)_UPDATE
head -1
endef
-define $(PKG)_BUILD_NATIVE
- mkdir '$(1).build'
- cd '$(1).build' && '$(1)/configure' \
- --prefix='$(PREFIX)/native'
- $(MAKE) -C '$(1).build' -j '$(JOBS)'
- $(MAKE) -C '$(1).build' -j 1 install
-endef
-
define $(PKG)_BUILD
cd '$(1)/libltdl' && ./configure \
--host='$(TARGET)' \