mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-17 22:44:39 +02:00
lua: enable parallel builds
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33716 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
6c2e1bbd24
commit
4d84131c0d
@ -17,6 +17,7 @@ PKG_SOURCE_URL:=http://www.lua.org/ftp/ \
|
|||||||
http://mirrors.dotsrc.org/lua/ \
|
http://mirrors.dotsrc.org/lua/ \
|
||||||
http://www.tecgraf.puc-rio.br/lua/ftp/
|
http://www.tecgraf.puc-rio.br/lua/ftp/
|
||||||
PKG_MD5SUM:=2e115fe26e435e33b0d5c022e4490567
|
PKG_MD5SUM:=2e115fe26e435e33b0d5c022e4490567
|
||||||
|
PKG_BUILD_PARALLEL:=1
|
||||||
|
|
||||||
HOST_PATCH_DIR := ./patches-host
|
HOST_PATCH_DIR := ./patches-host
|
||||||
|
|
||||||
@ -96,7 +97,7 @@ ifneq ($(CONFIG_USE_EGLIBC),)
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
$(MAKE) -C $(PKG_BUILD_DIR) \
|
$(MAKE) $(PKG_JOBS) -C $(PKG_BUILD_DIR) \
|
||||||
CC="$(TARGET_CROSS)gcc" \
|
CC="$(TARGET_CROSS)gcc" \
|
||||||
AR="$(TARGET_CROSS)ar rcu" \
|
AR="$(TARGET_CROSS)ar rcu" \
|
||||||
RANLIB="$(TARGET_CROSS)ranlib" \
|
RANLIB="$(TARGET_CROSS)ranlib" \
|
||||||
|
Loading…
Reference in New Issue
Block a user