From 5b93d8bb517c1f5715435dcf627a8642f557ddb2 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Wed, 23 Feb 2000 13:52:23 +0000 Subject: Add IBM 370 support. --- config/ChangeLog | 5 +++++ config/mh-i370pic | 1 + config/mt-i370pic | 1 + 3 files changed, 7 insertions(+) create mode 100644 config/mh-i370pic create mode 100644 config/mt-i370pic (limited to 'config') 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 + + * mh-i370pic: New file. + * mt-i370pic: New file. + 2000-02-22 Nick Clifton * 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 -- cgit v1.1