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 | ba73c63f53ed79c461b86feacc19166bb80c98ea (patch) | |
tree | 47c1f09b79bf8e11c206b581014e831f07cad52b /config | |
parent | 65e68b04b1bfc88c11a5a49e0ccfd636cd995a46 (diff) | |
download | binutils-gdb-ba73c63f53ed79c461b86feacc19166bb80c98ea.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 |