diff options
-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." |