jkp@SAUNA.HUT.FI (Jyrki Kuoppala) (04/14/89)
Here's a diff to tm-altos3068.h in gcc-1.34.9 (test) release.
Apparently some mailer somewhere doesn't like lines longer than 80
characters; I hope this gets right now.
jkp@cs.hut.fi
//Jyrki
diff -cr gcc-1.34.9/config/tm-altos3068.h /u3/gnu/gcc-1.34.9/config/tm-altos3068.h
*** gcc-1.34.9/config/tm-altos3068.h Wed Mar 29 18:58:25 1989
--- /u3/gnu/gcc-1.34.9/config/tm-altos3068.h Tue Apr 11 17:45:53 1989
***************
*** 2,8 ****
Copyright (C) 1988,1989 Free Software Foundation, Inc.
Written by Jyrki Kuoppala <jkp@cs.hut.fi>
! Last modified: Fri Apr 14 18:26:07 1989
This file is part of GNU CC.
--- 2,8 ----
Copyright (C) 1988,1989 Free Software Foundation, Inc.
Written by Jyrki Kuoppala <jkp@cs.hut.fi>
! Last modified: Tue Apr 11 17:45:53 1989
This file is part of GNU CC.
***************
*** 40,47 ****
/* -m68881 is the default */
#define CPP_SPEC \
"%{!msoft-float:-D__HAVE_68881__ }\
! %{!ansi:%{m68000:-Dmc68010}%{mc68000:-Dmc68010}%{!mc68000:%{!m68000:-Dmc68020}
! "
#else
--- 40,46 ----
/* -m68881 is the default */
#define CPP_SPEC \
"%{!msoft-float:-D__HAVE_68881__ }\
! %{!ansi:%{m68000:-Dmc68010}%{mc68000:-Dmc68010}%{!mc68000:%{!m68000:-Dmc68020}}}"
#else
***************
*** 48,55 ****
/* -msoft-float is the default */
#define CPP_SPEC \
"%{m68881:-D__HAVE_68881__ }\
! %{!ansi:%{m68000:-Dmc68010}%{mc68000:-Dmc68010}%{!mc68000:%{!m68000:-Dmc68020}
! "
#endif
--- 47,53 ----
/* -msoft-float is the default */
#define CPP_SPEC \
"%{m68881:-D__HAVE_68881__ }\
! %{!ansi:%{m68000:-Dmc68010}%{mc68000:-Dmc68010}%{!mc68000:%{!m68000:-Dmc68020}}}"
#endif