From afdab6f2ffa20ede8ad6adc06efcce31c3651afd Mon Sep 17 00:00:00 2001 From: Bensuperpc Date: Wed, 19 May 2021 15:18:38 +0200 Subject: Add config sample of Raspberry Pi 4 Add config sample of Raspberry Pi 4: Add armv8-rpi4-linux-gnueabihf Add aarch64-rpi4-linux-gnu Signed-off-by: Bensuperpc diff --git a/samples/aarch64-rpi4-linux-gnu/crosstool.config b/samples/aarch64-rpi4-linux-gnu/crosstool.config new file mode 100644 index 0000000..6324ded --- /dev/null +++ b/samples/aarch64-rpi4-linux-gnu/crosstool.config @@ -0,0 +1,12 @@ +CT_CONFIG_VERSION="3" +CT_ARCH_ARM=y +CT_ARCH_CPU="cortex-a72" +CT_ARCH_64=y +CT_TARGET_VENDOR="rpi4" +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 diff --git a/samples/aarch64-rpi4-linux-gnu/reported.by b/samples/aarch64-rpi4-linux-gnu/reported.by new file mode 100644 index 0000000..0e93b89 --- /dev/null +++ b/samples/aarch64-rpi4-linux-gnu/reported.by @@ -0,0 +1,3 @@ +reporter_name="Bensuperpc " +reporter_url="https://github.com/Bensuperpc" +reporter_comment="Raspberry PI 4 aarch64" diff --git a/samples/armv8-rpi4-linux-gnueabihf/crosstool.config b/samples/armv8-rpi4-linux-gnueabihf/crosstool.config new file mode 100644 index 0000000..309747b --- /dev/null +++ b/samples/armv8-rpi4-linux-gnueabihf/crosstool.config @@ -0,0 +1,14 @@ +CT_CONFIG_VERSION="3" +CT_ARCH_ARM=y +CT_ARCH_CPU="cortex-a72" +CT_ARCH_SUFFIX="v8" +CT_ARCH_FPU="neon-vfpv4" +CT_ARCH_FLOAT_HW=y +CT_TARGET_VENDOR="rpi4" +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 diff --git a/samples/armv8-rpi4-linux-gnueabihf/reported.by b/samples/armv8-rpi4-linux-gnueabihf/reported.by new file mode 100644 index 0000000..8a93cbd --- /dev/null +++ b/samples/armv8-rpi4-linux-gnueabihf/reported.by @@ -0,0 +1,3 @@ +reporter_name="Bensuperpc " +reporter_url="https://github.com/Bensuperpc" +reporter_comment="crosstool-NG configuration for Raspberry Pi 4." -- cgit v0.10.2-6-g49f6