Commit ca7ffec5 by Richard Stallman

(override_options) [MIPS_NEWS]: Call setlinebuf.

From-SVN: r1361
parent e99467d2
......@@ -2905,7 +2905,7 @@ override_options ()
/* If -mstats and -quiet, make stderr line buffered. */
if (quiet_flag && TARGET_STATS)
{
#ifdef MIPS_BSD43
#if defined (MIPS_BSD43) || defined (MIPS_NEWS)
setlinebuf (stderr);
#else
setvbuf (stderr, (char *)0, _IOLBF, BUFSIZ);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment