From 2e409261a6a3b6a3c882ea5176789118fd5cee8a Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Thu, 14 May 1992 20:38:16 +0000 Subject: [PATCH] entered into RCS From-SVN: r976 --- gcc/config/rs6000/xm-rs6000.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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) -- 2.30.2