diff options
author | Tony Theodore <tonyt@logyst.com> | 2013-07-26 02:56:28 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2013-07-26 02:56:28 (GMT) |
commit | 4bc0f0f924a8e7005df7da3553699c150a772984 (patch) | |
tree | fc43369bfeea485d5b1a9383db8223f2a7df03af /src/libtool.mk | |
parent | d71a209af5714aeb7b90a92ab4ebd26418fe6978 (diff) | |
download | mxe-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.mk | 8 |
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)' \ |