diff options
author | Alexey Neyman <stilor@att.net> | 2016-11-18 13:36:21 -0800 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2016-11-18 13:36:21 -0800 |
commit | 15ffdc42f10a4ea5c750e2521384d6f5d50671c5 (patch) | |
tree | 0bbb816842e644ac02085173b7643633efdf54b8 /samples/armv7-rpi2-linux-gnueabihf | |
parent | b4efb5e519719721b7950f6e5d2a56bcacca086c (diff) | |
download | crosstool-ng-15ffdc42f10a4ea5c750e2521384d6f5d50671c5.tar.gz crosstool-ng-15ffdc42f10a4ea5c750e2521384d6f5d50671c5.tar.bz2 crosstool-ng-15ffdc42f10a4ea5c750e2521384d6f5d50671c5.zip |
Make all samples save tarballs.
... and provide consistent logging.
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'samples/armv7-rpi2-linux-gnueabihf')
-rw-r--r-- | samples/armv7-rpi2-linux-gnueabihf/crosstool.config | 2 |
1 files changed, 2 insertions, 0 deletions
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 |