Browse Source
- Pin sparc-leon-linux-gnu to GCC6, again. - Remove "brokenness" explanation from moxie-elf comment (was only applicable to stage-2 compiler, not final). Signed-off-by: Alexey Neyman <stilor@att.net>dev-linux

94 changed files with 100 additions and 22 deletions
@ -1,3 +1,4 @@
|
||||
CT_CONFIG_VERSION="1" |
||||
CT_ARCH_AVR=y |
||||
CT_CC_LANG_CXX=y |
||||
CT_DEBUG_GDB=y |
||||
|
@ -1,3 +1,4 @@
|
||||
CT_CONFIG_VERSION="1" |
||||
CT_ARCH_M68K=y |
||||
CT_KERNEL_LINUX=y |
||||
CT_THREADS_LT=y |
||||
|
@ -1,10 +1,3 @@
|
||||
reporter_name="Alexey Neyman" |
||||
reporter_url="" |
||||
reporter_comment="Bare metal configuration for moxie architecture. |
||||
|
||||
It appears to generate a broken toolchain. E.g. newlib's CRT expects |
||||
symbols __bss_start__ and __bss_end__, while linker script generates |
||||
__bss_start (no underscores at the end) and no __bss_end__whatsoever. |
||||
|
||||
This is not a bug in crosstool-NG. If you're interested in saving the |
||||
moxie, please report this upstream." |
||||
reporter_comment="Bare metal configuration for moxie architecture." |
||||
|
@ -1,3 +1,4 @@
|
||||
CT_CONFIG_VERSION="1" |
||||
CT_EXPERIMENTAL=y |
||||
CT_ARCH_MSP430=y |
||||
CT_DEBUG_GDB=y |
||||
|
@ -1,2 +1,3 @@
|
||||
CT_CONFIG_VERSION="1" |
||||
CT_ARCH_SPARC=y |
||||
CT_KERNEL_LINUX=y |
||||
|
Loading…
Reference in new issue