Browse Source

gcc: Enable parallel GCC builds.

Signed-off-by: Christian Beier <dontmind@freeshell.org>
lilik-openwrt-22.03
Christian Beier 10 years ago
parent
commit
13e9670993
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      devel/gcc/Makefile

+ 2
- 0
devel/gcc/Makefile View File

@ -16,6 +16,8 @@ PKG_SOURCE_URL:=https://releases.linaro.org/13.05/components/toolchain/gcc-linar
PKG_SOURCE:=gcc-$(PKG_VERSION).tar.bz2
PKG_MD5SUM:=26b48802ae1203cd99415026fbf56ed7
PKG_BUILD_PARALLEL:=1
include $(INCLUDE_DIR)/package.mk
SEP:=,


Loading…
Cancel
Save