diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2004-01-31 18:18:57 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2004-01-31 18:18:57 +0000 |
commit | 7cab61309bdde6bbe983fb93480c74351cb58810 (patch) | |
tree | 79e5bad3159ba2e4ebcc0816d745b5545eccd30b | |
parent | 48adc9f8a226334818caed8cd55551f81dde11e9 (diff) |
Sparc doesn't use old gas, obviously; ok espie@
-rw-r--r-- | gnu/usr.bin/gcc/gcc/config/sparc/openbsd.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/usr.bin/gcc/gcc/config/sparc/openbsd.h b/gnu/usr.bin/gcc/gcc/config/sparc/openbsd.h index 6c76257a2c0..85622c2a2f8 100644 --- a/gnu/usr.bin/gcc/gcc/config/sparc/openbsd.h +++ b/gnu/usr.bin/gcc/gcc/config/sparc/openbsd.h @@ -19,7 +19,6 @@ the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* Get generic OpenBSD definitions. */ -#define OBSD_OLD_GAS #include <openbsd.h> /* Run-time target specifications. */ |