diff options
author | Jason Merrill <jason@redhat.com> | 1994-11-08 02:16:18 +0000 |
---|---|---|
committer | Jason Merrill <jason@redhat.com> | 1994-11-08 02:16:18 +0000 |
commit | 45329a2cbd7ae061d2824cfd1d66356e36278ec6 (patch) | |
tree | 3c52350db1b27a78f9b9d9e6dda4da8af8bf4290 /config/mh-x86pic | |
parent | 2492f942fca539a86ec9ca554818d67cbca27703 (diff) | |
download | gdb-45329a2cbd7ae061d2824cfd1d66356e36278ec6.zip gdb-45329a2cbd7ae061d2824cfd1d66356e36278ec6.tar.gz gdb-45329a2cbd7ae061d2824cfd1d66356e36278ec6.tar.bz2 |
Various changes to support building shared lib{g,stdc}++
Diffstat (limited to 'config/mh-x86pic')
-rw-r--r-- | config/mh-x86pic | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/mh-x86pic b/config/mh-x86pic new file mode 100644 index 0000000..872d0fd --- /dev/null +++ b/config/mh-x86pic @@ -0,0 +1,2 @@ +LIBCFLAGS=$(CFLAGS) -fpic +LIBCXXFLAGS=$(CXXFLAGS) -fpic |