diff options
author | Alexey Neyman <stilor@att.net> | 2016-11-18 17:04:12 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-18 17:04:12 -0800 |
commit | 3eb2e351f02d82fad255a9e6433c4c4d659c5de0 (patch) | |
tree | 0bbb816842e644ac02085173b7643633efdf54b8 /samples | |
parent | fbac89da087fabe294ff8b62a822c3b6e04952a5 (diff) | |
parent | 15ffdc42f10a4ea5c750e2521384d6f5d50671c5 (diff) | |
download | crosstool-ng-3eb2e351f02d82fad255a9e6433c4c4d659c5de0.tar.gz crosstool-ng-3eb2e351f02d82fad255a9e6433c4c4d659c5de0.tar.bz2 crosstool-ng-3eb2e351f02d82fad255a9e6433c4c4d659c5de0.zip |
Merge pull request #478 from stilor/kernel-update
Kernel update
Diffstat (limited to 'samples')
4 files changed, 7 insertions, 0 deletions
diff --git a/samples/aarch64-rpi3-linux-gnueabi/crosstool.config b/samples/aarch64-rpi3-linux-gnueabi/crosstool.config index 2bbece8b..6ee2a68f 100644 --- a/samples/aarch64-rpi3-linux-gnueabi/crosstool.config +++ b/samples/aarch64-rpi3-linux-gnueabi/crosstool.config @@ -1,4 +1,5 @@ CT_LOCAL_TARBALLS_DIR="${HOME}/src" +CT_SAVE_TARBALLS=y CT_LOG_EXTRA=y CT_ARCH_CPU="cortex-a53" CT_ARCH_64=y diff --git a/samples/armv7-rpi2-linux-gnueabihf/crosstool.config b/samples/armv7-rpi2-linux-gnueabihf/crosstool.config index d56a4f40..0e98048a 100644 --- a/samples/armv7-rpi2-linux-gnueabihf/crosstool.config +++ b/samples/armv7-rpi2-linux-gnueabihf/crosstool.config @@ -1,4 +1,6 @@ CT_LOCAL_TARBALLS_DIR="${HOME}/src" +CT_SAVE_TARBALLS=y +CT_LOG_EXTRA=y CT_ARCH_CPU="cortex-a7" CT_ARCH_FPU="neon-vfpv4" CT_ARCH_FLOAT_HW=y diff --git a/samples/armv8-rpi3-linux-gnueabihf/crosstool.config b/samples/armv8-rpi3-linux-gnueabihf/crosstool.config index 043cc6fe..16f35ae4 100644 --- a/samples/armv8-rpi3-linux-gnueabihf/crosstool.config +++ b/samples/armv8-rpi3-linux-gnueabihf/crosstool.config @@ -1,4 +1,6 @@ CT_LOCAL_TARBALLS_DIR="${HOME}/src" +CT_SAVE_TARBALLS=y +CT_LOG_EXTRA=y CT_ARCH_CPU="cortex-a53" CT_ARCH_FPU="neon-vfpv4" CT_ARCH_FLOAT_HW=y diff --git a/samples/xtensa-unknown-linux-uclibc/crosstool.config b/samples/xtensa-unknown-linux-uclibc/crosstool.config index 3dd0c2a2..e7ab10eb 100644 --- a/samples/xtensa-unknown-linux-uclibc/crosstool.config +++ b/samples/xtensa-unknown-linux-uclibc/crosstool.config @@ -1,4 +1,6 @@ CT_LOCAL_TARBALLS_DIR="${HOME}/src" +CT_SAVE_TARBALLS=y +CT_LOG_EXTRA=y CT_ARCH_xtensa=y CT_KERNEL_linux=y CT_LIBC_uClibc=y |