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 <bensuperpc@gmail.com>
This commit is contained in:
Bensuperpc 2021-05-19 15:18:38 +02:00
parent 6d008334bc
commit afdab6f2ff
4 changed files with 32 additions and 0 deletions

View File

@ -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

View File

@ -0,0 +1,3 @@
reporter_name="Bensuperpc <bensuperpc@gmail.com>"
reporter_url="https://github.com/Bensuperpc"
reporter_comment="Raspberry PI 4 aarch64"

View File

@ -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

View File

@ -0,0 +1,3 @@
reporter_name="Bensuperpc <bensuperpc@gmail.com>"
reporter_url="https://github.com/Bensuperpc"
reporter_comment="crosstool-NG configuration for Raspberry Pi 4."