From: kenner Date: Tue, 21 May 1996 16:31:49 +0000 (+0000) Subject: (LINK_SPEC): Provide version for Snake. X-Git-Url: http://git.sourceforge.jp/view?a=commitdiff_plain;h=3fb3c2963aabeba69e68ca3a3e8bd620325efd2f;p=pf3gnuchains%2Fgcc-fork.git (LINK_SPEC): Provide version for Snake. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@12065 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/config/pa/pa-osf.h b/gcc/config/pa/pa-osf.h index 4fc56603252..047d20e34ff 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. */