Compile PLIB for x86_64.

(cherry picked from commit e028a0a9f53c64266108177848eed90aea1958dd)
This commit is contained in:
Saikrishna Arcot 2015-05-30 08:17:36 -07:00
parent 28a3e3978a
commit c627de4d71
No known key found for this signature in database
GPG Key ID: 203B47C2C66B784B
1 changed files with 1 additions and 7 deletions

View File

@ -19,9 +19,7 @@ endef
define $(PKG)_BUILD
cd '$(1)' && ./configure \
--host='$(TARGET)' \
--disable-shared \
--prefix='$(PREFIX)/$(TARGET)' \
$(MXE_CONFIGURE_OPTS) \
PKG_CONFIG='$(TARGET)-pkg-config'
$(MAKE) -C '$(1)' -j '$(JOBS)' install \
bin_PROGRAMS= \
@ -30,7 +28,3 @@ define $(PKG)_BUILD
html_DATA= \
AR='$(TARGET)-ar'
endef
$(PKG)_BUILD_x86_64-w64-mingw32 =
$(PKG)_BUILD_SHARED =