diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-11-22 20:18:19 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-11-22 20:18:19 +0000 |
commit | 0a04eb6a09db4a04b1effad3b82efb69e5dcf068 (patch) | |
tree | 706d0ab424971a8d3f200591a852c4b845bb9341 /gnu/usr.bin/gcc | |
parent | ef8371edd6a6974b450bb9e7ddbc64ce1525e286 (diff) |
Oops.. our GCC didn't generate code for the FPU.
Diffstat (limited to 'gnu/usr.bin/gcc')
-rw-r--r-- | gnu/usr.bin/gcc/config/alpha/openbsd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/gcc/config/alpha/openbsd.h b/gnu/usr.bin/gcc/config/alpha/openbsd.h index 44acb1baf20..115d0f5c8ab 100644 --- a/gnu/usr.bin/gcc/config/alpha/openbsd.h +++ b/gnu/usr.bin/gcc/config/alpha/openbsd.h @@ -87,7 +87,7 @@ Boston, MA 02111-1307, USA. */ #define MACHINE_TYPE "OpenBSD/alpha" #endif -#define TARGET_DEFAULT MASK_GAS +#define TARGET_DEFAULT (MASK_GAS | 3) #define PREFERRED_DEBUGGING_TYPE DBX_DEBUG #define LOCAL_LABEL_PREFIX "." |