summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authormdejong <mdejong>2001-07-03 20:40:37 (GMT)
committermdejong <mdejong>2001-07-03 20:40:37 (GMT)
commit04333eb265924d49091056337ff98317d9fe7b7a (patch)
tree173a1dcf25bbee491344ee5f2a1111bb5bb625b8 /win
parent0c014698e77d29ad50f61b887703a34c93778339 (diff)
downloadtcl-04333eb265924d49091056337ff98317d9fe7b7a.zip
tcl-04333eb265924d49091056337ff98317d9fe7b7a.tar.gz
tcl-04333eb265924d49091056337ff98317d9fe7b7a.tar.bz2
* win/tcl.m4 (SC_CONFIG_CFLAGS): Don't pass the v flag
to ${AR} when using gcc, verbose output is not needed.
Diffstat (limited to 'win')
-rwxr-xr-xwin/configure2
-rw-r--r--win/tcl.m42
2 files changed, 2 insertions, 2 deletions
diff --git a/win/configure b/win/configure
index c8223e7..25b81e6 100755
--- a/win/configure
+++ b/win/configure
@@ -1147,7 +1147,7 @@ echo "configure:1128: checking compiler flags" >&5
RC_INCLUDE=--include
RC_DEFINE=--define
RES=res.o
- MAKE_LIB="\${AR} crv \$@"
+ MAKE_LIB="\${AR} cr \$@"
POST_MAKE_LIB="\${RANLIB} \$@"
MAKE_EXE="\${CC} -o \$@"
LIBPREFIX="lib"
diff --git a/win/tcl.m4 b/win/tcl.m4
index 5cfc2db..f5fdf8c 100644
--- a/win/tcl.m4
+++ b/win/tcl.m4
@@ -349,7 +349,7 @@ AC_DEFUN(SC_CONFIG_CFLAGS, [
RC_INCLUDE=--include
RC_DEFINE=--define
RES=res.o
- MAKE_LIB="\${AR} crv \[$]@"
+ MAKE_LIB="\${AR} cr \[$]@"
POST_MAKE_LIB="\${RANLIB} \[$]@"
MAKE_EXE="\${CC} -o \[$]@"
LIBPREFIX="lib"