diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-05-12 18:03:05 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-05-12 18:03:05 +0000 |
commit | 532a65f4adbcdfa1c5a12a19dcaf6cee0dca36a6 (patch) | |
tree | 4647c796d01dd4bda5254e32b2deb53feb556c32 /gnu | |
parent | 0b8ad0d2afca377a7b4bcccb695c9c29684a4897 (diff) |
From NetBSD: -msoft-float should not turn off -m68060, as that
might force instructions not executable on an '060. This makes our gcc
competent of creating amiga kernels that runs on 68060
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/gcc/config/m68k/m68k.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/gcc/config/m68k/m68k.h b/gnu/usr.bin/gcc/config/m68k/m68k.h index 296fa0f8c75..d8ff040910f 100644 --- a/gnu/usr.bin/gcc/config/m68k/m68k.h +++ b/gnu/usr.bin/gcc/config/m68k/m68k.h @@ -116,7 +116,7 @@ extern int target_flags; { "bitfield", 4}, \ { "68000", -03405}, \ { "c68000", -03405}, \ - { "soft-float", -03102}, \ + { "soft-float", -01102}, \ { "nobitfield", -4}, \ { "rtd", 8}, \ { "nortd", -8}, \ |