From ff3829fac4b5b52822753589a3a317cb060932e4 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Tue, 21 May 1996 12:31:49 -0400 Subject: (LINK_SPEC): Provide version for Snake. From-SVN: r12065 --- gcc/config/pa/pa-osf.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gcc') 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. */ -- cgit v1.1