diff options
author | Andreas Jaeger <aj@gcc.gnu.org> | 2004-06-01 07:21:07 +0200 |
---|---|---|
committer | Andreas Jaeger <aj@gcc.gnu.org> | 2004-06-01 07:21:07 +0200 |
commit | 42fcd7bb7ad33da94b8eeb4c92461639cc6a1f7c (patch) | |
tree | 5db250608aaddc7e42e083e51a519c71ea2ffa46 /libmudflap/Makefile.am | |
parent | 017f7506b5ca31a00431ec0855f209d60586ce8e (diff) | |
download | gcc-42fcd7bb7ad33da94b8eeb4c92461639cc6a1f7c.zip gcc-42fcd7bb7ad33da94b8eeb4c92461639cc6a1f7c.tar.gz gcc-42fcd7bb7ad33da94b8eeb4c92461639cc6a1f7c.tar.bz2 |
configure.in: Handle multilibs, support --enable-version-specific-runtime-libs.
* configure.in: Handle multilibs, support
--enable-version-specific-runtime-libs.
* Makefile.am (lib_LTLIBRARIES): Rename to ...
(toolexeclib_LTLIBRARIES): this for multilib support.
* Makefile.in: Regenerated.
* configure: Regenerated.
* aclocal.m4: Regenerated.
* testsuite/lib/libmudflap.exp (libmudflap-init): Handle
multilibs, using multilib directory instead of hardcoded path.
Set LD_RUN_PATH.
From-SVN: r82527
Diffstat (limited to 'libmudflap/Makefile.am')
-rw-r--r-- | libmudflap/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmudflap/Makefile.am b/libmudflap/Makefile.am index c6a5580..901c24b 100644 --- a/libmudflap/Makefile.am +++ b/libmudflap/Makefile.am @@ -16,7 +16,7 @@ else libmudflapth = endif -lib_LTLIBRARIES = libmudflap.la $(libmudflapth) +toolexeclib_LTLIBRARIES = libmudflap.la $(libmudflapth) include_HEADERS = mf-runtime.h libmudflap_la_SOURCES = \ |