summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Hallas Mulvad <kongen@greenwavesystems.com>2016-03-03 03:40:35 (GMT)
committerStefan Hallas Mulvad <kongen@greenwavesystems.com>2016-03-03 04:09:09 (GMT)
commitbc9ed3c5cb4a9b003ad9a48381cef0142d617dad (patch)
treeb4e6837f54ff57c53f0f35cf0727bc9d983edfc3
parent785dbce3510a1d0b2ec51873230d2001ed50eae7 (diff)
Adds Raspberry Pi 3 sample config
Signed-off-by: Stefan Hallas Mulvad <shm@hallas.nu>
-rw-r--r--samples/armv8-rpi3-linux-gnueabihf/crosstool.config15
-rw-r--r--samples/armv8-rpi3-linux-gnueabihf/reported.by3
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 0000000..2a0ad43
--- /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 0000000..f526eff
--- /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."