diff options
author | 2013-09-05 20:54:02 +0000 | |
---|---|---|
committer | 2013-09-05 20:54:02 +0000 | |
commit | 54e6420f11f914a3612d5b072a82ed04b37dd976 (patch) | |
tree | a6dff1e2086c457a29b5383f21c9a1d7a84db2c7 | |
parent | Service the 88100 floating-point exceptions through trap(), keeping the (diff) | |
download | wireguard-openbsd-54e6420f11f914a3612d5b072a82ed04b37dd976.tar.xz wireguard-openbsd-54e6420f11f914a3612d5b072a82ed04b37dd976.zip |
Explicitely define USE_GAS for OpenBSD targets; the configure machinery in
gcc 3 no longer defines this for us.
-rw-r--r-- | gnu/usr.bin/gcc/gcc/config/m88k/openbsd1.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/usr.bin/gcc/gcc/config/m88k/openbsd1.h b/gnu/usr.bin/gcc/gcc/config/m88k/openbsd1.h index 828aaa97ef2..0e3295b87ee 100644 --- a/gnu/usr.bin/gcc/gcc/config/m88k/openbsd1.h +++ b/gnu/usr.bin/gcc/gcc/config/m88k/openbsd1.h @@ -23,3 +23,5 @@ Boston, MA 02111-1307, USA. */ #define OBSD_HAS_CORRECT_ASM_OPS #define OBSD_OLD_GAS #endif + +#define USE_GAS |