summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/gcc
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2013-09-05 20:54:03 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2013-09-05 20:54:03 +0000
commit23e0b9e6613ec729857d8527a6cce4275588775e (patch)
treefbfe2ed18d178f4d303b0fe37200b416549b28fe /gnu/usr.bin/gcc
parenta456ac2d9507f9b23062f5b9004f537c920784f5 (diff)
Explicitely define USE_GAS for OpenBSD targets; the configure machinery in
gcc 3 no longer defines this for us.
Diffstat (limited to 'gnu/usr.bin/gcc')
-rw-r--r--gnu/usr.bin/gcc/gcc/config/m88k/openbsd1.h2
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