mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-18 20:37:56 +00:00
Add a canadian cross sample ...
... that was exhibiting the failures fixed in previous commits. Signed-off-by: Alexey Neyman <stilor@att.net>
This commit is contained in:
parent
5e49166140
commit
db252df423
@ -0,0 +1,11 @@
|
||||
CT_LOCAL_TARBALLS_DIR="${HOME}/src"
|
||||
CT_SAVE_TARBALLS=y
|
||||
CT_LOG_EXTRA=y
|
||||
CT_ARCH_powerpc=y
|
||||
CT_TARGET_VENDOR=""
|
||||
CT_CANADIAN=y
|
||||
CT_HOST="x86_64-multilib-linux-uclibc"
|
||||
CT_BINUTILS_PLUGINS=y
|
||||
CT_CC_LANG_CXX=y
|
||||
CT_DEBUG_gdb=y
|
||||
# CT_GDB_CROSS_PYTHON is not set
|
@ -0,0 +1,3 @@
|
||||
reporter_name="Alexey Neyman"
|
||||
reporter_url=""
|
||||
reporter_comment="Sample canadian cross configuration"
|
Loading…
Reference in New Issue
Block a user