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 | 3d6c7e9f2c8853fb559dd470d4ef5d352b780f8f (patch) | |
tree | 274ca69ef5e77c90a0e240d5b6b07f8e317a6f8f /config | |
parent | 0d29b606a504070a48e6c10daa5f2ac65578e254 (diff) | |
download | gdb-3d6c7e9f2c8853fb559dd470d4ef5d352b780f8f.tar.gz |
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 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 |