diff options
author | Jason Merrill <jason@redhat.com> | 2000-07-22 08:20:10 +0000 |
---|---|---|
committer | Jason Merrill <jason@redhat.com> | 2000-07-22 08:20:10 +0000 |
commit | 2ff6d12fa29f788a2e27d59ab4ecb5a098ec5ca2 (patch) | |
tree | 358d16a347b442f0ba0c57a0565357ead69bf10e /config | |
parent | ede1fee4caabd8cceaceb9447dcf3376a837e29d (diff) | |
download | newlib-2ff6d12fa29f788a2e27d59ab4ecb5a098ec5ca2.zip newlib-2ff6d12fa29f788a2e27d59ab4ecb5a098ec5ca2.tar.gz newlib-2ff6d12fa29f788a2e27d59ab4ecb5a098ec5ca2.tar.bz2 |
merge with gcc
Diffstat (limited to 'config')
-rw-r--r-- | config/mh-ia64pic | 1 | ||||
-rw-r--r-- | config/mt-ia64pic | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/config/mh-ia64pic b/config/mh-ia64pic new file mode 100644 index 0000000..92e48d9 --- /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 0000000..ff98727 --- /dev/null +++ b/config/mt-ia64pic @@ -0,0 +1 @@ +PICFLAG_FOR_TARGET=-fpic |