diff options
author | Alexey Neyman <stilor@att.net> | 2017-03-20 15:14:21 -0700 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2017-03-20 15:14:21 -0700 |
commit | a295b3f4775cbc39b7458dd61b7bcbade036d2f4 (patch) | |
tree | f1913134e9a3455b5db1f2b86afb987e19311d3b /samples/armv7-rpi2-linux-gnueabihf | |
parent | 44a760965ef0a0a204e66cf7069243268af222c1 (diff) | |
download | crosstool-ng-a295b3f4775cbc39b7458dd61b7bcbade036d2f4.tar.gz crosstool-ng-a295b3f4775cbc39b7458dd61b7bcbade036d2f4.tar.bz2 crosstool-ng-a295b3f4775cbc39b7458dd61b7bcbade036d2f4.zip |
Run samples through an update
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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/samples/armv7-rpi2-linux-gnueabihf/crosstool.config b/samples/armv7-rpi2-linux-gnueabihf/crosstool.config index 9229a0ed..08f903d5 100644 --- a/samples/armv7-rpi2-linux-gnueabihf/crosstool.config +++ b/samples/armv7-rpi2-linux-gnueabihf/crosstool.config @@ -1,8 +1,8 @@ +CT_ARCH_arm=y +CT_ARCH_SUFFIX="v7" CT_ARCH_CPU="cortex-a7" CT_ARCH_FPU="neon-vfpv4" CT_ARCH_FLOAT_HW=y -CT_ARCH_arm=y -CT_ARCH_SUFFIX="v7" CT_TARGET_VENDOR="rpi2" CT_KERNEL_linux=y CT_BINUTILS_LINKER_LD_GOLD=y |