mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-21 01:21:27 +00:00
Merge pull request #1513 from Bensuperpc/add_raspberry_pi4_config
Add config sample of Raspberry Pi 4
This commit is contained in:
commit
86db1589a2
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