diff options
author | Richard Stallman <rms@gnu.org> | 1992-05-14 20:38:16 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1992-05-14 20:38:16 +0000 |
commit | 2e409261a6a3b6a3c882ea5176789118fd5cee8a (patch) | |
tree | 729f0e68b15360e46186ab59548237b7f5a57d8f /gcc | |
parent | 6f4870cf04c33b5e9f9e37dcdf451c145878a847 (diff) | |
download | gcc-2e409261a6a3b6a3c882ea5176789118fd5cee8a.zip gcc-2e409261a6a3b6a3c882ea5176789118fd5cee8a.tar.gz gcc-2e409261a6a3b6a3c882ea5176789118fd5cee8a.tar.bz2 |
entered into RCS
From-SVN: r976
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/rs6000/xm-rs6000.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gcc/config/rs6000/xm-rs6000.h b/gcc/config/rs6000/xm-rs6000.h index 46765f5..3f2cdc1 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) |