diff options
| author | christos <christos@NetBSD.org> | 1999-02-14 17:14:08 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 1999-02-14 17:14:08 +0000 |
| commit | 32df41f56ea75dec090e6677092dfac8903a1658 (patch) | |
| tree | 5472c8b206d56942fb5d848075ea157913addb70 /gnu | |
| parent | fc449356b166e2589b234fc51d891e0f93333e83 (diff) | |
Disable more damage from sol2.h; this time it is the quad operators.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/dist/gcc/config/sparc/netbsdelf.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/dist/gcc/config/sparc/netbsdelf.h b/gnu/dist/gcc/config/sparc/netbsdelf.h index 5e991763610..762acf91344 100644 --- a/gnu/dist/gcc/config/sparc/netbsdelf.h +++ b/gnu/dist/gcc/config/sparc/netbsdelf.h @@ -14,6 +14,8 @@ #undef UDIVDI3_LIBCALL #undef MODDI3_LIBCALL #undef UMODDI3_LIBCALL +#undef INIT_SUBTARGET_OPTABS +#define INIT_SUBTARGET_OPTABS #define NETBSD_ELF #include <netbsd.h> |
