mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-30 16:14:09 +00:00
samples: Add generic aarch64 sample
Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
This commit is contained in:
parent
0f76cad2f0
commit
13d4b2b6a3
14
samples/aarch64-unknown-linux-gnueabi/crosstool.config
Normal file
14
samples/aarch64-unknown-linux-gnueabi/crosstool.config
Normal file
@ -0,0 +1,14 @@
|
||||
CT_LOCAL_TARBALLS_DIR="${HOME}/src"
|
||||
CT_SAVE_TARBALLS=y
|
||||
CT_LOG_EXTRA=y
|
||||
CT_ARCH_64=y
|
||||
CT_ARCH_arm=y
|
||||
CT_TARGET_VENDOR=""
|
||||
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-unknown-linux-gnueabi/reported.by
Normal file
3
samples/aarch64-unknown-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="Generic aarch64 toolchain"
|
Loading…
x
Reference in New Issue
Block a user