From f401679ee13670ae1201150c0ac1ff22b7b64f0a Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Thu, 11 Sep 1997 16:44:33 -0700 Subject: 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. From-SVN: r15419 --- config/ChangeLog | 4 ++++ config/mh-elfalphapic | 1 + config/mt-elfalphapic | 1 + 3 files changed, 6 insertions(+) create mode 100644 config/mh-elfalphapic create mode 100644 config/mt-elfalphapic (limited to 'config') diff --git a/config/ChangeLog b/config/ChangeLog index b68a85c..51fa2c2 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,7 @@ +Thu Sep 11 16:43:27 1997 Jim Wilson + + * mh-elfalphapic, mt-elfalphapic: New files. + Wed Jul 23 12:32:18 1997 Robert Hoehne * mh-go32 (CFLAGS): Don't set -fno-omit-frame-pointer. diff --git a/config/mh-elfalphapic b/config/mh-elfalphapic new file mode 100644 index 0000000..35cf2c8 --- /dev/null +++ b/config/mh-elfalphapic @@ -0,0 +1 @@ +PICFLAG=-fPIC diff --git a/config/mt-elfalphapic b/config/mt-elfalphapic new file mode 100644 index 0000000..35b8c9e --- /dev/null +++ b/config/mt-elfalphapic @@ -0,0 +1 @@ +PICFLAG_FOR_TARGET=-fPIC -- cgit v1.1