diff options
author | Alan Modra <amodra@gmail.com> | 2000-02-23 13:52:23 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2000-02-23 13:52:23 +0000 |
commit | 5b93d8bb517c1f5715435dcf627a8642f557ddb2 (patch) | |
tree | e09626193185adb6455a6251622f32180183db5c /config | |
parent | ab91fdd5f80265ca7aabee53c9626d393ea8eb86 (diff) | |
download | gdb-5b93d8bb517c1f5715435dcf627a8642f557ddb2.zip gdb-5b93d8bb517c1f5715435dcf627a8642f557ddb2.tar.gz gdb-5b93d8bb517c1f5715435dcf627a8642f557ddb2.tar.bz2 |
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 80b91b9..b5746b1 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 0000000..35cf2c8 --- /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 0000000..35b8c9e --- /dev/null +++ b/config/mt-i370pic @@ -0,0 +1 @@ +PICFLAG_FOR_TARGET=-fPIC |