commit:     cb9e19b74479f5282704933a57882d6a9dd26a7f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Aug  8 05:35:38 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Aug  8 05:35:59 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb9e19b7

sys-libs/newlib: pass --disable-dependency-tracking

We already do this for gdb/binutils/gcc. Do the same here.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-libs/newlib/newlib-4.3.0.20230120-r2.ebuild | 1 +
 sys-libs/newlib/newlib-9999.ebuild              | 1 +
 2 files changed, 2 insertions(+)

diff --git a/sys-libs/newlib/newlib-4.3.0.20230120-r2.ebuild 
b/sys-libs/newlib/newlib-4.3.0.20230120-r2.ebuild
index 942c2fe4601b..2436fa048633 100644
--- a/sys-libs/newlib/newlib-4.3.0.20230120-r2.ebuild
+++ b/sys-libs/newlib/newlib-4.3.0.20230120-r2.ebuild
@@ -70,6 +70,7 @@ src_configure() {
        local myconf=(
                # The top-level configure doesn't utilize this flag, but 
subdirs do,
                # so autodetection for econf doesn't work.  Add ourselves.
+               --disable-dependency-tracking
                --disable-silent-rules
                # Disable legacy syscall stub code in newlib.  These have been
                # moved to libgloss for a long time now, so the code in newlib

diff --git a/sys-libs/newlib/newlib-9999.ebuild 
b/sys-libs/newlib/newlib-9999.ebuild
index 21ce7e99de7c..d14c58291626 100644
--- a/sys-libs/newlib/newlib-9999.ebuild
+++ b/sys-libs/newlib/newlib-9999.ebuild
@@ -69,6 +69,7 @@ src_configure() {
        local myconf=(
                # The top-level configure doesn't utilize this flag, but 
subdirs do,
                # so autodetection for econf doesn't work.  Add ourselves.
+               --disable-dependency-tracking
                --disable-silent-rules
                # Disable legacy syscall stub code in newlib.  These have been
                # moved to libgloss for a long time now, so the code in newlib

Reply via email to