diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/ChangeLog | 7 | ||||
-rw-r--r-- | config/mh-s390pic | 1 | ||||
-rw-r--r-- | config/mt-s390pic | 1 |
3 files changed, 8 insertions, 1 deletions
diff --git a/config/ChangeLog b/config/ChangeLog index 2ea1a1f09be..17a98eba9cc 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -24,7 +24,12 @@ * mh-ia64pic: New file. * mt-ia64pic: New file. -Fri Jul 14 18:13:23 2000 Mark P Mitchell <mark@codesourcery.com> +2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com> + + * mh-s390pic: New file. + * mt-s390pic: New file. + +2000-07-14 Mark P Mitchell <mark@codesourcery.com> * mh-irix6 (CC): Don't set it. diff --git a/config/mh-s390pic b/config/mh-s390pic new file mode 100644 index 00000000000..92e48d90fbd --- /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 00000000000..ff987275575 --- /dev/null +++ b/config/mt-s390pic @@ -0,0 +1 @@ +PICFLAG_FOR_TARGET=-fpic |