diff options
author | Richard Stallman <rms@gnu.org> | 1992-04-25 01:30:42 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1992-04-25 01:30:42 +0000 |
commit | 4bc06dcd05eea25bcf8d1bedc923911e61fb54d3 (patch) | |
tree | d6fb047443db56e2ac4b3c6684ac7477d3f179e0 /gcc | |
parent | aa6b905d086b46e95c3a29dbf64831b883892575 (diff) | |
download | gcc-4bc06dcd05eea25bcf8d1bedc923911e61fb54d3.zip gcc-4bc06dcd05eea25bcf8d1bedc923911e61fb54d3.tar.gz gcc-4bc06dcd05eea25bcf8d1bedc923911e61fb54d3.tar.bz2 |
entered into RCS
From-SVN: r829
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/i860/sysv3.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/i860/sysv3.h b/gcc/config/i860/sysv3.h index 8756b8c..51c262a 100644 --- a/gcc/config/i860/sysv3.h +++ b/gcc/config/i860/sysv3.h @@ -24,7 +24,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* Provide a set of pre-definitions and pre-assertions appropriate for the i860 running svr3. */ -#define CPP_PREDEFINES "-Di860 -Dunix -DSVR3 -D__SVR3__" +#define CPP_PREDEFINES "-Di860 -Dunix -DSVR3" /* Use crt1.o as a startup file and crtn.o as a closing file. */ |