Skip to content

Commit 6ad9ab3

Browse files
committed
Turn on compiler cache
This toolchain is used to re-compile components in the fastest manner, yet previously the compiler cache was not enabled.
1 parent 55de8ab commit 6ad9ab3

File tree

3 files changed

+21
-4
lines changed

3 files changed

+21
-4
lines changed

configs/bash_defconfig

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
BR2_x86_64=y
2+
BR2_CCACHE=y
3+
BR2_TOOLCHAIN_BUILDROOT_GLIBC=y
4+
BR2_TOOLCHAIN_BUILDROOT_CXX=y
5+
BR2_ENABLE_LOCALE_PURGE=y
6+
BR2_ENABLE_LOCALE_WHITELIST="C POSIX"
7+
BR2_TARGET_GENERIC_HOSTNAME="corebox"
8+
BR2_TARGET_GENERIC_ISSUE="Welcome to CoreBox"
9+
BR2_TARGET_GENERIC_PASSWD_SHA512=y
10+
BR2_INIT_NONE=y
11+
BR2_SYSTEM_BIN_SH_BASH=y
12+
# BR2_TARGET_GENERIC_GETTY is not set
13+
# BR2_TARGET_GENERIC_REMOUNT_ROOTFS_RW is not set
14+
BR2_PACKAGE_BUSYBOX_SHOW_OTHERS=y
15+
BR2_PACKAGE_COREUTILS=y
16+
BR2_KERNEL_HEADERS_3_10=y
17+
BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_10=y

configs/corebox_defconfig

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
BR2_x86_64=y
2+
BR2_CCACHE=y
3+
BR2_KERNEL_HEADERS_3_10=y
24
BR2_TOOLCHAIN_BUILDROOT_GLIBC=y
35
BR2_TOOLCHAIN_BUILDROOT_CXX=y
4-
BR2_ENABLE_LOCALE_PURGE=y
5-
BR2_ENABLE_LOCALE_WHITELIST="C POSIX"
66
BR2_TARGET_GENERIC_HOSTNAME="corebox"
77
BR2_TARGET_GENERIC_ISSUE="Welcome to CoreBox"
88
BR2_TARGET_GENERIC_PASSWD_SHA512=y
99
BR2_INIT_NONE=y
1010
BR2_SYSTEM_BIN_SH_BASH=y
1111
# BR2_TARGET_GENERIC_GETTY is not set
1212
# BR2_TARGET_GENERIC_REMOUNT_ROOTFS_RW is not set
13+
BR2_ENABLE_LOCALE_WHITELIST="C POSIX"
1314
BR2_PACKAGE_BUSYBOX_SHOW_OTHERS=y
1415
BR2_PACKAGE_COREUTILS=y
15-
BR2_KERNEL_HEADERS_3_10=y
16-
BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_10=y

configs/postgres_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
BR2_x86_64=y
2+
BR2_CCACHE=y
23
BR2_KERNEL_HEADERS_3_10=y
34
BR2_TOOLCHAIN_BUILDROOT_GLIBC=y
45
BR2_GCC_VERSION_5_X=y

0 commit comments

Comments
 (0)