From: Richard Stallman Date: Thu, 14 May 1992 20:38:16 +0000 (+0000) Subject: entered into RCS X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2e409261a6a3b6a3c882ea5176789118fd5cee8a;p=gcc.git entered into RCS From-SVN: r976 --- diff --git a/gcc/config/rs6000/xm-rs6000.h b/gcc/config/rs6000/xm-rs6000.h index 46765f52bc9..3f2cdc1b789 100644 --- a/gcc/config/rs6000/xm-rs6000.h +++ b/gcc/config/rs6000/xm-rs6000.h @@ -53,8 +53,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define ONLY_INT_FIELDS #endif - +/* AIX is a flavor of System V */ #define USG /* This is the only version of nm that collect2 can work with. */ #define REAL_NM_FILE_NAME "/usr/ucb/nm" + +/* Big buffers improve performance. */ +#define IO_BUFFER_SIZE (0x8000 - 4096)