diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-02-17 09:03:33 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-02-17 09:03:33 +0000 |
commit | 9864226249feca3dd8263ebb2dfdbad730004123 (patch) | |
tree | 595a13ab767cd77fdf4226f14493bb9587a49e41 /gnu | |
parent | 71b08e281c8c18df77c35404206d06ee3fec0915 (diff) |
__NetBSD__ is going away from our gcc specs
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/gas/config/tc-sparc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/gas/config/tc-sparc.h b/gnu/usr.bin/gas/config/tc-sparc.h index 11bfef2e01f..3287a913308 100644 --- a/gnu/usr.bin/gas/config/tc-sparc.h +++ b/gnu/usr.bin/gas/config/tc-sparc.h @@ -18,7 +18,7 @@ to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* - * $Id: tc-sparc.h,v 1.1 1995/10/18 08:39:06 deraadt Exp $ + * $Id: tc-sparc.h,v 1.2 1997/02/17 09:03:32 niklas Exp $ */ #define TC_SPARC 1 @@ -26,7 +26,7 @@ #define LOCAL_LABELS_FB #define WORKING_DOT_WORD -#ifdef __NetBSD__ +#if defined(__NetBSD__) || defined(__OpenBSD__) #define AOUT_MACHTYPE 138 #endif |