Jackeagle | a76b726 | 2019-05-03 14:53:47 +0200 | [diff] [blame^] | 1 | From eaae836704223219ee9bcabcd8b35658c786d666 Mon Sep 17 00:00:00 2001 |
| 2 | From: Jackeagle <jackeagle102@gmail.com> |
| 3 | Date: Fri, 3 May 2019 14:51:33 +0200 |
| 4 | Subject: [PATCH 16/17] Revert "kernel: Add more threads to kernel build |
| 5 | process" |
| 6 | |
| 7 | This reverts commit 7417156cd7b743293ee9d9f493ccc95fb8e68ef8. |
| 8 | --- |
| 9 | config/BoardConfigKernel.mk | 3 --- |
| 10 | 1 file changed, 3 deletions(-) |
| 11 | |
| 12 | diff --git a/config/BoardConfigKernel.mk b/config/BoardConfigKernel.mk |
| 13 | index e16c47e4..74f3413b 100644 |
| 14 | --- a/config/BoardConfigKernel.mk |
| 15 | +++ b/config/BoardConfigKernel.mk |
| 16 | @@ -95,9 +95,6 @@ endif |
| 17 | # Clear this first to prevent accidental poisoning from env |
| 18 | KERNEL_MAKE_FLAGS := |
| 19 | |
| 20 | -# Add back threads, ninja cuts this to $(nproc)/2 |
| 21 | -KERNEL_MAKE_FLAGS += -j$$(nproc) |
| 22 | - |
| 23 | ifeq ($(KERNEL_ARCH),arm) |
| 24 | # Avoid "Unknown symbol _GLOBAL_OFFSET_TABLE_" errors |
| 25 | KERNEL_MAKE_FLAGS += CFLAGS_MODULE="-fno-pic" |
| 26 | -- |
| 27 | 2.21.0 |
| 28 | |