diff options
author | Alan Modra <amodra@bigpond.net.au> | 2000-02-23 13:52:23 +0000 |
---|---|---|
committer | Alan Modra <amodra@bigpond.net.au> | 2000-02-23 13:52:23 +0000 |
commit | b29498bb9009889ea620262b7da7a2613fd79484 (patch) | |
tree | c028abd778c39b58ca1d40cea0e0e42fc5cf34ad /config | |
parent | ce675a37d58a0175a3008c1f8134da35e7b7f50d (diff) | |
download | gdb-b29498bb9009889ea620262b7da7a2613fd79484.tar.gz |
Add IBM 370 support.
Diffstat (limited to 'config')
-rw-r--r-- | config/ChangeLog | 5 | ||||
-rw-r--r-- | config/mh-i370pic | 1 | ||||
-rw-r--r-- | config/mt-i370pic | 1 |
3 files changed, 7 insertions, 0 deletions
diff --git a/config/ChangeLog b/config/ChangeLog index 80b91b997ee..b5746b102f5 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,8 @@ +2000-02-23 Linas Vepstas <linas@linas.org> + + * mh-i370pic: New file. + * mt-i370pic: New file. + 2000-02-22 Nick Clifton <nickc@cygnus.com> * config/mt-wince: new file: Makefile fragment for WinCE targets. diff --git a/config/mh-i370pic b/config/mh-i370pic new file mode 100644 index 00000000000..35cf2c8ee4e --- /dev/null +++ b/config/mh-i370pic @@ -0,0 +1 @@ +PICFLAG=-fPIC diff --git a/config/mt-i370pic b/config/mt-i370pic new file mode 100644 index 00000000000..35b8c9e4dc2 --- /dev/null +++ b/config/mt-i370pic @@ -0,0 +1 @@ +PICFLAG_FOR_TARGET=-fPIC |