summaryrefslogtreecommitdiff
path: root/gcc/config/m68k/pbb.h
diff options
context:
space:
mode:
authorrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>1993-05-13 13:57:53 +0000
committerrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>1993-05-13 13:57:53 +0000
commitde4e4ab5cddcd558542e596b6d0e3201ae28284c (patch)
treec656eb4a58cf60c48e1ef401109326e528c01e70 /gcc/config/m68k/pbb.h
parenta56dae6198e95d23622d2694345aa496ca295c23 (diff)
downloadgcc-de4e4ab5cddcd558542e596b6d0e3201ae28284c.tar.gz
(LONG_DOUBLE_TYPE_SIZE): Redefine as 64.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@4438 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/m68k/pbb.h')
-rw-r--r--gcc/config/m68k/pbb.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/config/m68k/pbb.h b/gcc/config/m68k/pbb.h
index 065fcf8f1f2..7f36e00edd5 100644
--- a/gcc/config/m68k/pbb.h
+++ b/gcc/config/m68k/pbb.h
@@ -30,6 +30,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#define TARGET_DEFAULT 5
+/* Don't try using XFmode. */
+#undef LONG_DOUBLE_TYPE_SIZE
+#define LONG_DOUBLE_TYPE_SIZE 64
+
/* Every structure or union's size must be a multiple of 2 bytes. */
#define STRUCTURE_SIZE_BOUNDARY 16