diff options
-rw-r--r-- | config/ChangeLog | 5 | ||||
-rw-r--r-- | config/mh-ia64pic | 1 | ||||
-rw-r--r-- | config/mt-ia64pic | 1 |
3 files changed, 7 insertions, 0 deletions
diff --git a/config/ChangeLog b/config/ChangeLog index 920ab3226a8..f6e4fcb01a5 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,8 @@ +2000-07-21 Andrew Haley <aph@cygnus.com> + + * mh-ia64pic: New file. + * mt-ia64pic: New file. + Fri Jul 14 18:13:23 2000 Mark P Mitchell <mark@codesourcery.com> * mh-irix6 (CC): Don't set it. diff --git a/config/mh-ia64pic b/config/mh-ia64pic new file mode 100644 index 00000000000..92e48d90fbd --- /dev/null +++ b/config/mh-ia64pic @@ -0,0 +1 @@ +PICFLAG=-fpic diff --git a/config/mt-ia64pic b/config/mt-ia64pic new file mode 100644 index 00000000000..ff987275575 --- /dev/null +++ b/config/mt-ia64pic @@ -0,0 +1 @@ +PICFLAG_FOR_TARGET=-fpic |