diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-09-08 06:33:11 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-09-08 06:33:11 +0000 |
commit | b50c7be301764e0c713e2b9ada899d256657befc (patch) | |
tree | 36e4f947073efe08551ca92bf12b1f3833d51355 /libiberty/config.table | |
parent | f3a9b67f9a02ffd33e9db8c440c954b8ea8d7a38 (diff) | |
download | gcc-b50c7be301764e0c713e2b9ada899d256657befc.tar.gz |
* config.table: Add openedition target.
* config/mh-openedition: New file.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29188 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty/config.table')
-rw-r--r-- | libiberty/config.table | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libiberty/config.table b/libiberty/config.table index bc990413423..248aa13ae29 100644 --- a/libiberty/config.table +++ b/libiberty/config.table @@ -4,6 +4,7 @@ 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 ;; esac |