summaryrefslogtreecommitdiffstats
path: root/config-ml.in
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1998-10-08 23:34:45 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1998-10-08 23:34:45 +0000
commit26d9569a99fe069f2c8b44aa7e7a3f2ebaa350c0 (patch)
tree69de052eef911a8575a0861d10f4b422f79c9003 /config-ml.in
parent81cf37baf67d5ae1ff789a9e5202c0a26a82cf74 (diff)
downloadppe42-gcc-26d9569a99fe069f2c8b44aa7e7a3f2ebaa350c0.tar.gz
ppe42-gcc-26d9569a99fe069f2c8b44aa7e7a3f2ebaa350c0.zip
* config-ml.in: Default to being verbose, to match Feb 18 change to
configure. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@22948 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'config-ml.in')
-rw-r--r--config-ml.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/config-ml.in b/config-ml.in
index 2ba21f45ac5..3a159cf31d4 100644
--- a/config-ml.in
+++ b/config-ml.in
@@ -99,6 +99,7 @@ fi
# Scan all the arguments and set all the ones we need.
+ml_verbose=--verbose
for option in ${ml_arguments}
do
case $option in
@@ -128,6 +129,9 @@ do
--norecursion | --no*)
ml_norecursion=yes
;;
+ --silent | --sil* | --quiet | --q*)
+ ml_verbose=--silent
+ ;;
--verbose | --v | --verb*)
ml_verbose=--verbose
;;
OpenPOWER on IntegriCloud