Сравнение newlib-4.3.0.20230120-r1 с newlib-4.3.0.20230120-r2
/usr/portage/sys-libs/newlib/newlib-4.3.0.20230120-r2.ebuild 2023-10-09 14:52:35.560368503 +0300 | ||
---|---|---|
31 | 31 | |
32 | 32 |
PATCHES=( |
33 | 33 |
"${FILESDIR}"/${PN}-3.3.0-no-nano-cxx.patch |
34 |
"${FILESDIR}"/${P}-libc-arm-setjmp-gcc-backwards-compat.patch |
|
34 | 35 |
) |
35 | 36 | |
36 | 37 |
NEWLIBBUILD="${WORKDIR}/build" |
... | ... | |
69 | 70 |
local myconf=( |
70 | 71 |
# The top-level configure doesn't utilize this flag, but subdirs do, |
71 | 72 |
# so autodetection for econf doesn't work. Add ourselves. |
73 |
--disable-dependency-tracking |
|
72 | 74 |
--disable-silent-rules |
73 | 75 |
# Disable legacy syscall stub code in newlib. These have been |
74 | 76 |
# moved to libgloss for a long time now, so the code in newlib |