diff options
author | wilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-09-11 23:44:33 +0000 |
---|---|---|
committer | wilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-09-11 23:44:33 +0000 |
commit | 2e678402a5908a34e34216d2e92e20fef26e088e (patch) | |
tree | f3be9c5ce95407e10452ad4e3179c546a5808a93 /config/mt-elfalphapic | |
parent | 945e4193af730885dbb63d47b76126482117e04b (diff) | |
download | gcc-2e678402a5908a34e34216d2e92e20fef26e088e.tar.gz |
Patches from H.J. Lu for alpha-linux -fPIC --enable-shared problem.
* Makefile.in (local-distclean): Also remove mh-frag mt-frag.
* configure.in (skipdirs): Add target-librx for Linux.
(alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
* mh-elfalphapic, mt-elfalphapic: New files.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@15419 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'config/mt-elfalphapic')
-rw-r--r-- | config/mt-elfalphapic | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/mt-elfalphapic b/config/mt-elfalphapic new file mode 100644 index 00000000000..35b8c9e4dc2 --- /dev/null +++ b/config/mt-elfalphapic @@ -0,0 +1 @@ +PICFLAG_FOR_TARGET=-fPIC |