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 /Makefile.in | |
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 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index ee4a50dda2c..5ee567dc874 100644 --- a/Makefile.in +++ b/Makefile.in @@ -893,7 +893,7 @@ local-clean: -rm -f *.a TEMP errs core *.o *~ \#* TAGS *.E local-distclean: - -rm -f Makefile config.status config.cache + -rm -f Makefile config.status config.cache mh-frag mt-frag -if [ "$(TARGET_SUBDIR)" != "." ]; then \ rm -rf $(TARGET_SUBDIR); \ else true; fi |