diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2001-01-31 15:49:50 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2001-01-31 15:49:50 +0000 |
commit | 3c66beda128d30930d968b560a1ccc3511a17381 (patch) | |
tree | 0281814c3e046f1e2b98d97f838835cfcd2c458d | |
parent | 4ca01dff3d0eeace07cf520c027f2f9296696ce1 (diff) |
Spacing
-rw-r--r-- | gnu/usr.bin/binutils/gas/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/binutils/gas/configure.in b/gnu/usr.bin/binutils/gas/configure.in index 489aaede6fa..b9925e15cb2 100644 --- a/gnu/usr.bin/binutils/gas/configure.in +++ b/gnu/usr.bin/binutils/gas/configure.in @@ -148,7 +148,7 @@ changequote([,])dnl alpha*-*-linux-gnu*) fmt=elf em=linux ;; alpha*-*-freebsd*) fmt=elf em=freebsd ;; alpha*-*-netbsd*) fmt=elf em=nbsd ;; - alpha*-*-openbsd*) fmt=elf em=obsd ;; + alpha*-*-openbsd*) fmt=elf em=obsd ;; arc-*-elf*) fmt=elf bfd_gas=yes ;; |