From 1e667f61b72db0e8ae2a0f7f037f1824c39aeaf3 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Sat, 10 Feb 2001 00:58:38 +0000 Subject: Add s390 support --- config/ChangeLog | 7 ++++++- config/mh-s390pic | 1 + config/mt-s390pic | 1 + 3 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 config/mh-s390pic create mode 100644 config/mt-s390pic (limited to 'config') diff --git a/config/ChangeLog b/config/ChangeLog index 920ab32..5a398ec 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,4 +1,9 @@ -Fri Jul 14 18:13:23 2000 Mark P Mitchell +2001-02-09 Martin Schwidefsky + + * mh-s390pic: New file. + * mt-s390pic: New file. + +2000-07-14 Mark P Mitchell * mh-irix6 (CC): Don't set it. diff --git a/config/mh-s390pic b/config/mh-s390pic new file mode 100644 index 0000000..92e48d9 --- /dev/null +++ b/config/mh-s390pic @@ -0,0 +1 @@ +PICFLAG=-fpic diff --git a/config/mt-s390pic b/config/mt-s390pic new file mode 100644 index 0000000..ff98727 --- /dev/null +++ b/config/mt-s390pic @@ -0,0 +1 @@ +PICFLAG_FOR_TARGET=-fpic -- cgit v1.1