diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2000-07-26 12:03:00 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2000-07-26 12:03:00 +0000 |
commit | 30687114f5a4b54e5fdc010d5f2d5b9118f91def (patch) | |
tree | 1b5fd05b738976f148ca1081bcc9b12694076b56 /gnu/egcs/libiberty/config.table | |
parent | 62f27a597b458acf6f8a8c615c9df784178747d3 (diff) |
Partial synch with binutils-2.10
- Update all libiberty files apart from the C++ demangler and hashtab.c
(taken from gcc 2.96, interface changed, would need to keep synch'ed with
gcc)
- bump version.
Diffstat (limited to 'gnu/egcs/libiberty/config.table')
-rw-r--r-- | gnu/egcs/libiberty/config.table | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/egcs/libiberty/config.table b/gnu/egcs/libiberty/config.table index 8d5f403e774..4e33746164c 100644 --- a/gnu/egcs/libiberty/config.table +++ b/gnu/egcs/libiberty/config.table @@ -4,7 +4,9 @@ case "${host}" in *-*-cxux7*) frag=mh-cxux7 ;; *-*-freebsd2.1.*) frag=mh-fbsd21 ;; *-*-freebsd2.2.[012]) frag=mh-fbsd21 ;; + i370-*-opened*) frag=mh-openedition ;; i[345]86-*-windows*) frag=mh-windows ;; + *-*-beos*) frag=mh-beos ;; esac frags=$frag |