diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1996-05-21 12:31:49 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1996-05-21 12:31:49 -0400 |
commit | ff3829fac4b5b52822753589a3a317cb060932e4 (patch) | |
tree | fc59ba168eeb79b9ad1c9470178f9d1c8e8ffa69 | |
parent | 6b33ae176077475ad50a324378c1b7ba423e8128 (diff) | |
download | gcc-ff3829fac4b5b52822753589a3a317cb060932e4.zip gcc-ff3829fac4b5b52822753589a3a317cb060932e4.tar.gz gcc-ff3829fac4b5b52822753589a3a317cb060932e4.tar.bz2 |
(LINK_SPEC): Provide version for Snake.
From-SVN: r12065
-rw-r--r-- | gcc/config/pa/pa-osf.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/config/pa/pa-osf.h b/gcc/config/pa/pa-osf.h index 4fc5660..047d20e3 100644 --- a/gcc/config/pa/pa-osf.h +++ b/gcc/config/pa/pa-osf.h @@ -20,7 +20,11 @@ the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #undef CPP_PREDEFINES +#if ((TARGET_DEFAULT | TARGET_CPU_DEFAULT) & 1) +#define CPP_PREDEFINES "-Dhppa -Dunix -Dhp9000 -Dspectrum -DREVARGV -Dhp700 -DHP700 -Dparisc -D__pa_risc -DPARISC -DBYTE_MSF -DBIT_MSF -Asystem(unix) -Asystem(mach) -Acpu(hppa) -Amachine(hppa)" +#else #define CPP_PREDEFINES "-Dhppa -Dhp9000s800 -D__hp9000s800 -Dhp9k8 -Dunix -Dhp9000 -Dhp800 -Dspectrum -DREVARGV -Dparisc -D__pa_risc -DPARISC -DBYTE_MSF -DBIT_MSF -Asystem(unix) -Asystem(mach) -Acpu(hppa) -Amachine(hppa)" +#endif /* Don't default to pcc-struct-return, because gcc is the only compiler, and we want to retain compatibility with older gcc versions. */ |