diff options
author | Sam James <sam@gentoo.org> | 2023-08-08 06:35:38 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-08-08 06:35:59 +0100 |
commit | cb9e19b74479f5282704933a57882d6a9dd26a7f (patch) | |
tree | dc70b56e970c492e74dfe73935db22a21d9c5b96 /sys-libs/newlib | |
parent | dev-python/llfuse: Bump to 1.5.0 (diff) | |
download | gentoo-cb9e19b74479f5282704933a57882d6a9dd26a7f.tar.gz gentoo-cb9e19b74479f5282704933a57882d6a9dd26a7f.tar.bz2 gentoo-cb9e19b74479f5282704933a57882d6a9dd26a7f.zip |
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@gentoo.org>
Diffstat (limited to 'sys-libs/newlib')
-rw-r--r-- | sys-libs/newlib/newlib-4.3.0.20230120-r2.ebuild | 1 | ||||
-rw-r--r-- | sys-libs/newlib/newlib-9999.ebuild | 1 |
2 files changed, 2 insertions, 0 deletions
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 |