From 23e0b9e6613ec729857d8527a6cce4275588775e Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Thu, 5 Sep 2013 20:54:03 +0000 Subject: Explicitely define USE_GAS for OpenBSD targets; the configure machinery in gcc 3 no longer defines this for us. --- gnu/usr.bin/gcc/gcc/config/m88k/openbsd1.h | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3