mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-18 10:46:26 +00:00
Merge pull request #364 from bhundven/aarch64_generic_sample
Aarch64 generic sample
This commit is contained in:
commit
d7339f50a2
@ -40,6 +40,7 @@ env:
|
||||
- CT_SAMPLE=arm-unknown-linux-gnueabi
|
||||
- CT_SAMPLE=armeb-unknown-linux-gnueabi
|
||||
- CT_SAMPLE=arm-unknown-linux-musleabi
|
||||
- CT_SAMPLE=aarch64-unknown-linux-gnueabi
|
||||
- CT_SAMPLE=mips64el-n64-linux-uclibc
|
||||
- CT_SAMPLE=powerpc-e500v2-linux-gnuspe
|
||||
- CT_SAMPLE=x86_64-unknown-linux-uclibc
|
||||
|
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…
Reference in New Issue
Block a user