From c3439228898efcb118a02be8f8ce7a1e647bd71d Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Sun, 22 Jul 2007 15:54:37 +0000 Subject: [PATCH] use --tag with libtool svn: r6944 --- src/configure | 4 ++-- src/mzscheme/configure.ac | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/configure b/src/configure index fb84888c3d..726217fac4 100755 --- a/src/configure +++ b/src/configure @@ -11182,8 +11182,8 @@ if test "${enable_shared}" = "yes" ; then MZLINKER="${LIBTOOLPROG} --mode=link $CC${need_gcc_static_libgcc} -rpath ${absprefix}/lib" MREDLINKER="${LIBTOOLPROG} --mode=link $CXX${need_gcc_static_libgcc} -rpath ${absprefix}/lib" PLAIN_CC="$CC" - CC="${LIBTOOLPROG} --mode=compile $CC" - CXX="${LIBTOOLPROG} --mode=compile $CXX" + CC="${LIBTOOLPROG} --mode=compile --tag=CC $CC" + CXX="${LIBTOOLPROG} --mode=compile --tag=CXX $CXX" AS="${LIBTOOLPROG} --mode=compile $AS" LIBSFX=la WXLIBS=WXLIBSDYN diff --git a/src/mzscheme/configure.ac b/src/mzscheme/configure.ac index 665a16eb74..012f7685f8 100644 --- a/src/mzscheme/configure.ac +++ b/src/mzscheme/configure.ac @@ -1195,8 +1195,8 @@ if test "${enable_shared}" = "yes" ; then MZLINKER="${LIBTOOLPROG} --mode=link $CC${need_gcc_static_libgcc} -rpath ${absprefix}/lib" MREDLINKER="${LIBTOOLPROG} --mode=link $CXX${need_gcc_static_libgcc} -rpath ${absprefix}/lib" PLAIN_CC="$CC" - CC="${LIBTOOLPROG} --mode=compile $CC" - CXX="${LIBTOOLPROG} --mode=compile $CXX" + CC="${LIBTOOLPROG} --mode=compile --tag=CC $CC" + CXX="${LIBTOOLPROG} --mode=compile --tag=CXX $CXX" AS="${LIBTOOLPROG} --mode=compile $AS" LIBSFX=la WXLIBS=WXLIBSDYN