Diff newlib-4.5.0.20241231 with a newlib-9999
| /usr/portage/sys-libs/newlib/newlib-9999.ebuild 2025-07-29 16:22:17.940470256 +0300 | ||
|---|---|---|
| 3 | 3 | |
| 4 | 4 |
EAPI="8" |
| 5 | 5 | |
| 6 |
inherit flag-o-matic toolchain-funcs |
|
| 6 |
inherit dot-a flag-o-matic toolchain-funcs |
|
| 7 | 7 | |
| 8 | 8 |
if [[ ${PV} == "9999" ]] ; then
|
| 9 | 9 |
EGIT_REPO_URI="https://sourceware.org/git/newlib-cygwin.git" |
| ... | ... | |
| 60 | 60 |
} |
| 61 | 61 | |
| 62 | 62 |
src_configure() {
|
| 63 |
lto-guarantee-fat |
|
| 63 | 64 |
# TODO: we should fix this |
| 64 | 65 |
unset LDFLAGS |
| 65 | 66 |
CHOST=${CTARGET} strip-unsupported-flags
|
| ... | ... | |
| 172 | 173 |
"${ED}/usr/${CTARGET}/include/newlib-nano/newlib.h" || die
|
| 173 | 174 |
fi |
| 174 | 175 | |
| 176 |
CHOST=${CTARGET} strip-lto-bytecode
|
|
| 177 | ||
| 175 | 178 |
# minor hack to keep things clean |
| 176 | 179 |
rm -rf "${D}"/usr/share/info || die
|
| 177 | 180 |
rm -rf "${D}"/usr/info || die
|