summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authormatt <matt@NetBSD.org>2002-02-25 17:33:02 +0000
committermatt <matt@NetBSD.org>2002-02-25 17:33:02 +0000
commitd8d70467734915b4a9994287c868b829dc68e8df (patch)
tree3385659fcac749c293b5f378fc286ccfcd5270bc /gnu
parent3f78ffdeca813f75db37170c3eedec9328425167 (diff)
Switch REAL_ARITHMETIC on (needed for DWARF support).
Diffstat (limited to 'gnu')
-rw-r--r--gnu/dist/toolchain/gcc/config/vax/vax.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/dist/toolchain/gcc/config/vax/vax.h b/gnu/dist/toolchain/gcc/config/vax/vax.h
index 45e1042c3a4..86877bac638 100644
--- a/gnu/dist/toolchain/gcc/config/vax/vax.h
+++ b/gnu/dist/toolchain/gcc/config/vax/vax.h
@@ -94,7 +94,7 @@ extern int target_flags;
/* Define for software floating point emulation of VAX format
when cross compiling from a non-VAX host. */
-/* #define REAL_ARITHMETIC */
+#define REAL_ARITHMETIC
/* Define this if most significant bit is lowest numbered
in instructions that operate on numbered bit-fields.