use --tag with libtool

svn: r6944
This commit is contained in:
Matthew Flatt 2007-07-22 15:54:37 +00:00
parent 165c385a33
commit c343922889
2 changed files with 4 additions and 4 deletions

4
src/configure vendored
View File

@ -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

View File

@ -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