diff options
author | Stefan Hallas Mulvad <kongen@greenwavesystems.com> | 2016-03-02 19:40:35 -0800 |
---|---|---|
committer | Stefan Hallas Mulvad <kongen@greenwavesystems.com> | 2016-03-02 20:09:09 -0800 |
commit | bc9ed3c5cb4a9b003ad9a48381cef0142d617dad (patch) | |
tree | b4e6837f54ff57c53f0f35cf0727bc9d983edfc3 /samples/armv8-rpi3-linux-gnueabihf | |
parent | 785dbce3510a1d0b2ec51873230d2001ed50eae7 (diff) | |
download | crosstool-ng-bc9ed3c5cb4a9b003ad9a48381cef0142d617dad.tar.gz crosstool-ng-bc9ed3c5cb4a9b003ad9a48381cef0142d617dad.tar.bz2 crosstool-ng-bc9ed3c5cb4a9b003ad9a48381cef0142d617dad.zip |
Adds Raspberry Pi 3 sample config
Signed-off-by: Stefan Hallas Mulvad <shm@hallas.nu>
Diffstat (limited to 'samples/armv8-rpi3-linux-gnueabihf')
-rw-r--r-- | samples/armv8-rpi3-linux-gnueabihf/crosstool.config | 15 | ||||
-rw-r--r-- | samples/armv8-rpi3-linux-gnueabihf/reported.by | 3 |
2 files changed, 18 insertions, 0 deletions
diff --git a/samples/armv8-rpi3-linux-gnueabihf/crosstool.config b/samples/armv8-rpi3-linux-gnueabihf/crosstool.config new file mode 100644 index 00000000..2a0ad436 --- /dev/null +++ b/samples/armv8-rpi3-linux-gnueabihf/crosstool.config @@ -0,0 +1,15 @@ +CT_LOCAL_TARBALLS_DIR="${HOME}/src" +CT_ARCH_CPU="cortex-a53" +CT_ARCH_FPU="neon-vfpv4" +CT_ARCH_FLOAT_HW=y +CT_ARCH_arm=y +CT_ARCH_SUFFIX="v8" +CT_TARGET_VENDOR="rpi3" +CT_KERNEL_linux=y +CT_BINUTILS_LINKER_LD_GOLD=y +CT_BINUTILS_GOLD_THREADS=y +CT_BINUTILS_LD_WRAPPER=y +CT_BINUTILS_PLUGINS=y +CT_CC_LANG_CXX=y +CT_DEBUG_gdb=y +CT_GDB_CROSS_EXTRA_CONFIG_ARRAY="--with-expat" diff --git a/samples/armv8-rpi3-linux-gnueabihf/reported.by b/samples/armv8-rpi3-linux-gnueabihf/reported.by new file mode 100644 index 00000000..f526eff8 --- /dev/null +++ b/samples/armv8-rpi3-linux-gnueabihf/reported.by @@ -0,0 +1,3 @@ +reporter_name="Stefan Hallas Mulvad <shm@hallas.nu>" +reporter_url="" +reporter_comment="crosstool-NG configuration for Raspberry Pi 3." |