diff options
Diffstat (limited to 'sys-libs/newlib/newlib-9999.ebuild')
-rw-r--r-- | sys-libs/newlib/newlib-9999.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
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 |