mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-18 20:37:56 +00:00
moxiebox: Use newlib 4.2
moxie-unknown-moxiebox has problems building with newlib 4.3 ld: /lib/libc.a(libc_a-closer.o): in function `_close_r': newlib/libc/reent/closer.c:47: undefined reference to `_close' There are some Makefile changes in newlib 4.3 and it's likely previously this config was picking up `_close` from libsim.a. For now just pin the newlib version back to 4.2 in the moxie-unknown-moxiebox config. Resolves #2036 Signed-off-by: Chris Packham <judge.packham@gmail.com>
This commit is contained in:
parent
c175b21ce4
commit
334f6d6479
@ -2,6 +2,7 @@ CT_CONFIG_VERSION="4"
|
||||
CT_EXPERIMENTAL=y
|
||||
CT_ARCH_MOXIE=y
|
||||
CT_ARCH_LE=y
|
||||
CT_NEWLIB_V_4_2=y
|
||||
CT_DEBUG_GDB=y
|
||||
CT_GDB_CROSS_SIM=y
|
||||
# CT_GDB_CROSS_PYTHON is not set
|
||||
|
Loading…
Reference in New Issue
Block a user