diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-01-08 15:55:56 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-01-08 15:55:56 +0000 |
commit | 1061974874c2f694bd97561da8143ad4dde251da (patch) | |
tree | e073e9ee0e5cb0ea57d1694bba97be6cf0e9d49d /gnu/usr.bin/binutils/configure.in | |
parent | fb8e9f28d01f0244b284f53ebcdeed7c1b103945 (diff) |
Tweaks for OpenBSD:
1) recognize OpenBSD at various places
2) m68k-cbm-* is *NOT* ELF always
3) clean-info must be called before distclean in the GAS
realclean target
4) don't install unformatted ma-pages
5) add a Makefile.bsd-wrapper
6) just build gas through Makefile.bsd-wrapper yet
There are still other things to do...
Diffstat (limited to 'gnu/usr.bin/binutils/configure.in')
-rw-r--r-- | gnu/usr.bin/binutils/configure.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/usr.bin/binutils/configure.in b/gnu/usr.bin/binutils/configure.in index 567a5a1904f..e1d191da06a 100644 --- a/gnu/usr.bin/binutils/configure.in +++ b/gnu/usr.bin/binutils/configure.in @@ -444,6 +444,9 @@ case "${target}" in m68k-*-netbsd*) noconfigdirs="$noconfigdirs gdb" ;; + m68k-*-openbsd*) + noconfigdirs="$noconfigdirs gdb" + ;; m68k-apollo-*) noconfigdirs="$noconfigdirs ld binutils gprof" ;; |