diff options
author | Linas Vepstas <linas@linas.org> | 1999-09-08 06:33:11 +0000 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 1999-09-07 23:33:11 -0700 |
commit | 3dd6c3afe3d89dee3515aa37005a125d1fe1c511 (patch) | |
tree | 36e4f947073efe08551ca92bf12b1f3833d51355 /libiberty | |
parent | b979ef4549d2fde72cc1750e958b73512ca5c180 (diff) | |
download | gcc-3dd6c3afe3d89dee3515aa37005a125d1fe1c511.zip gcc-3dd6c3afe3d89dee3515aa37005a125d1fe1c511.tar.gz gcc-3dd6c3afe3d89dee3515aa37005a125d1fe1c511.tar.bz2 |
config.table: Add openedition target.
* config.table: Add openedition target.
* config/mh-openedition: New file.
From-SVN: r29188
Diffstat (limited to 'libiberty')
-rw-r--r-- | libiberty/ChangeLog | 5 | ||||
-rw-r--r-- | libiberty/config.table | 1 | ||||
-rw-r--r-- | libiberty/config/mh-openedition | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 170ca1c..317e9da 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,8 @@ +Tue Sep 7 23:32:18 1999 Linas Vepstas <linas@linas.org> + + * config.table: Add openedition target. + * config/mh-openedition: New file. + Thu Sep 2 01:36:12 1999 Marc Espie <espie@cvs.openbsd.org> * pexecute.c (pexecute): Fill in temp_base when needed. diff --git a/libiberty/config.table b/libiberty/config.table index bc99041..248aa13 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 diff --git a/libiberty/config/mh-openedition b/libiberty/config/mh-openedition new file mode 100644 index 0000000..6e8e354 --- /dev/null +++ b/libiberty/config/mh-openedition @@ -0,0 +1,3 @@ +HDEFINES = -D_ALL_SOURCE +CC=c89 + |