diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2013-09-05 20:54:03 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2013-09-05 20:54:03 +0000 |
commit | 23e0b9e6613ec729857d8527a6cce4275588775e (patch) | |
tree | fbfe2ed18d178f4d303b0fe37200b416549b28fe | |
parent | a456ac2d9507f9b23062f5b9004f537c920784f5 (diff) |
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 |