diff options
author | Andrew Haley <aph@cygnus.com> | 2000-07-21 14:11:08 +0000 |
---|---|---|
committer | Andrew Haley <aph@gcc.gnu.org> | 2000-07-21 14:11:08 +0000 |
commit | 11444a0cf1e15929f9d8d733e45b2b885229ac47 (patch) | |
tree | 86b7e58c02b8ba1b98a2553ddc36bfbe26745e17 /config | |
parent | 3f5b1ab753bc788d882a33202726c25168bfe9eb (diff) | |
download | gcc-11444a0cf1e15929f9d8d733e45b2b885229ac47.tar.gz |
mh-ia64pic: New file.
2000-07-21 Andrew Haley <aph@cygnus.com>
* mh-ia64pic: New file.
* mt-ia64pic: New file.
From-SVN: r35173
Diffstat (limited to 'config')
-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 |