mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-29 15:44:03 +00:00
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:
parent
6d008334bc
commit
afdab6f2ff
12
samples/aarch64-rpi4-linux-gnu/crosstool.config
Normal file
12
samples/aarch64-rpi4-linux-gnu/crosstool.config
Normal 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
|
3
samples/aarch64-rpi4-linux-gnu/reported.by
Normal file
3
samples/aarch64-rpi4-linux-gnu/reported.by
Normal file
@ -0,0 +1,3 @@
|
||||
reporter_name="Bensuperpc <bensuperpc@gmail.com>"
|
||||
reporter_url="https://github.com/Bensuperpc"
|
||||
reporter_comment="Raspberry PI 4 aarch64"
|
14
samples/armv8-rpi4-linux-gnueabihf/crosstool.config
Normal file
14
samples/armv8-rpi4-linux-gnueabihf/crosstool.config
Normal 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
|
3
samples/armv8-rpi4-linux-gnueabihf/reported.by
Normal file
3
samples/armv8-rpi4-linux-gnueabihf/reported.by
Normal 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."
|
Loading…
x
Reference in New Issue
Block a user