mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-04-19 08:36:16 +00:00
samples: add aarch64-rpi3-linux-gnueabi
This is a aarch64 raspberry pi 3 sample. Please test! Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
This commit is contained in:
parent
0f76cad2f0
commit
1f590667ac
14
samples/aarch64-rpi3-linux-gnueabi/crosstool.config
Normal file
14
samples/aarch64-rpi3-linux-gnueabi/crosstool.config
Normal file
@ -0,0 +1,14 @@
|
||||
CT_LOCAL_TARBALLS_DIR="${HOME}/src"
|
||||
CT_LOG_EXTRA=y
|
||||
CT_ARCH_CPU="cortex-a53"
|
||||
CT_ARCH_64=y
|
||||
CT_ARCH_arm=y
|
||||
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"
|
3
samples/aarch64-rpi3-linux-gnueabi/reported.by
Normal file
3
samples/aarch64-rpi3-linux-gnueabi/reported.by
Normal file
@ -0,0 +1,3 @@
|
||||
reporter_name="Bryan Hundven"
|
||||
reporter_url="https://github.com/crosstool-ng/crosstool-ng/issues"
|
||||
reporter_comment="Raspberry PI 3 aarch64"
|
Loading…
x
Reference in New Issue
Block a user