diff options
| author | matt <matt@NetBSD.org> | 2002-02-25 17:33:02 +0000 |
|---|---|---|
| committer | matt <matt@NetBSD.org> | 2002-02-25 17:33:02 +0000 |
| commit | d8d70467734915b4a9994287c868b829dc68e8df (patch) | |
| tree | 3385659fcac749c293b5f378fc286ccfcd5270bc /gnu | |
| parent | 3f78ffdeca813f75db37170c3eedec9328425167 (diff) | |
Switch REAL_ARITHMETIC on (needed for DWARF support).
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/dist/toolchain/gcc/config/vax/vax.h | 2 |
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. |
