Commit 3aa83176 by Nathanael Nerode

Makefile.tpl: Reindent.

	* Makefile.tpl: Reindent.
	* Makefile.in: Regenerate.
	* configure.in: Reindent.  Don't set unused variables.
	* configure: Regenerate.

From-SVN: r63823
parent dafc5b82
2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
* Makefile.tpl: Reindent.
* Makefile.in: Regenerate.
* configure.in: Reindent. Don't set unused variables.
* configure: Regenerate.
2003-03-04 Daniel Jacobowitz <drow@mvista.com> 2003-03-04 Daniel Jacobowitz <drow@mvista.com>
* configure.in: Include $(build_tooldir)/sys-include in * configure.in: Include $(build_tooldir)/sys-include in
......
...@@ -7278,11 +7278,14 @@ bootstrap bootstrap-lean bootstrap2 bootstrap2-lean bootstrap3 bootstrap3-lean b ...@@ -7278,11 +7278,14 @@ bootstrap bootstrap-lean bootstrap2 bootstrap2-lean bootstrap3 bootstrap3-lean b
*bootstrap4-lean ) \ *bootstrap4-lean ) \
msg="Comparing stage3 and stage4 of the compiler"; \ msg="Comparing stage3 and stage4 of the compiler"; \
compare=compare3-lean ;; \ compare=compare3-lean ;; \
*bootstrap4 ) msg="Comparing stage3 and stage4 of the compiler"; \ *bootstrap4 ) \
msg="Comparing stage3 and stage4 of the compiler"; \
compare=compare3 ;; \ compare=compare3 ;; \
*-lean ) msg="Comparing stage2 and stage3 of the compiler"; \ *-lean ) \
msg="Comparing stage2 and stage3 of the compiler"; \
compare=compare-lean ;; \ compare=compare-lean ;; \
* ) msg="Comparing stage2 and stage3 of the compiler"; \ * ) \
msg="Comparing stage2 and stage3 of the compiler"; \
compare=compare ;; \ compare=compare ;; \
esac; \ esac; \
$(SET_LIB_PATH) \ $(SET_LIB_PATH) \
......
...@@ -1011,12 +1011,12 @@ configure-target-[+module+]: $(TARGET_SUBDIR)/[+module+]/multilib.out ...@@ -1011,12 +1011,12 @@ configure-target-[+module+]: $(TARGET_SUBDIR)/[+module+]/multilib.out
CC="$(CC_FOR_TARGET)"; export CC; \ CC="$(CC_FOR_TARGET)"; export CC; \
CFLAGS="$(CFLAGS_FOR_TARGET)"; export CFLAGS; \ CFLAGS="$(CFLAGS_FOR_TARGET)"; export CFLAGS; \
CPPFLAGS="$(CFLAGS_FOR_TARGET)"; export CPPFLAGS; \[+ CPPFLAGS="$(CFLAGS_FOR_TARGET)"; export CPPFLAGS; \[+
IF raw_cxx +] IF raw_cxx +]
CXX_FOR_TARGET="$(RAW_CXX_FOR_TARGET)"; export CXX_FOR_TARGET; \ CXX_FOR_TARGET="$(RAW_CXX_FOR_TARGET)"; export CXX_FOR_TARGET; \
CXX="$(RAW_CXX_FOR_TARGET)"; export CXX; \[+ CXX="$(RAW_CXX_FOR_TARGET)"; export CXX; \[+
ELSE normal_cxx +] ELSE normal_cxx +]
CXX="$(CXX_FOR_TARGET)"; export CXX; \[+ CXX="$(CXX_FOR_TARGET)"; export CXX; \[+
ENDIF raw_cxx +] ENDIF raw_cxx +]
CXXFLAGS="$(CXXFLAGS_FOR_TARGET)"; export CXXFLAGS; \ CXXFLAGS="$(CXXFLAGS_FOR_TARGET)"; export CXXFLAGS; \
GCJ="$(GCJ_FOR_TARGET)"; export GCJ; \ GCJ="$(GCJ_FOR_TARGET)"; export GCJ; \
DLLTOOL="$(DLLTOOL_FOR_TARGET)"; export DLLTOOL; \ DLLTOOL="$(DLLTOOL_FOR_TARGET)"; export DLLTOOL; \
...@@ -1203,11 +1203,14 @@ bootstrap bootstrap-lean bootstrap2 bootstrap2-lean bootstrap3 bootstrap3-lean b ...@@ -1203,11 +1203,14 @@ bootstrap bootstrap-lean bootstrap2 bootstrap2-lean bootstrap3 bootstrap3-lean b
*bootstrap4-lean ) \ *bootstrap4-lean ) \
msg="Comparing stage3 and stage4 of the compiler"; \ msg="Comparing stage3 and stage4 of the compiler"; \
compare=compare3-lean ;; \ compare=compare3-lean ;; \
*bootstrap4 ) msg="Comparing stage3 and stage4 of the compiler"; \ *bootstrap4 ) \
msg="Comparing stage3 and stage4 of the compiler"; \
compare=compare3 ;; \ compare=compare3 ;; \
*-lean ) msg="Comparing stage2 and stage3 of the compiler"; \ *-lean ) \
msg="Comparing stage2 and stage3 of the compiler"; \
compare=compare-lean ;; \ compare=compare-lean ;; \
* ) msg="Comparing stage2 and stage3 of the compiler"; \ * ) \
msg="Comparing stage2 and stage3 of the compiler"; \
compare=compare ;; \ compare=compare ;; \
esac; \ esac; \
$(SET_LIB_PATH) \ $(SET_LIB_PATH) \
......
...@@ -25,13 +25,6 @@ AC_ARG_PROGRAM ...@@ -25,13 +25,6 @@ AC_ARG_PROGRAM
sinclude(config/acx.m4) sinclude(config/acx.m4)
# clear some things potentially inherited from environment.
enable_libstdcxx_v3=yes
floating_point=default
gas=default
x11=default
### we might need to use some other shell than /bin/sh for running subshells ### we might need to use some other shell than /bin/sh for running subshells
### If we are on Windows, search for the shell. This will permit people ### If we are on Windows, search for the shell. This will permit people
### to not have /bin/sh, but to be able to see /SOME/PATH/sh configure ### to not have /bin/sh, but to be able to see /SOME/PATH/sh configure
...@@ -757,22 +750,18 @@ enable_languages=`echo "${enable_languages}" | sed -e 's/[[ ,]][[ ,]]*/,/g' -e ...@@ -757,22 +750,18 @@ enable_languages=`echo "${enable_languages}" | sed -e 's/[[ ,]][[ ,]]*/,/g' -e
for lang in ${srcdir}/gcc/*/config-lang.in .. for lang in ${srcdir}/gcc/*/config-lang.in ..
do do
case $lang in case $lang in
..) ..) ;;
;;
# The odd quoting in the next line works around # The odd quoting in the next line works around
# an apparent bug in bash 1.12 on linux. # an apparent bug in bash 1.12 on linux.
${srcdir}/gcc/[[*]]/config-lang.in) ${srcdir}/gcc/[[*]]/config-lang.in) ;;
;;
*) *)
lang_alias=`sed -n -e 's,^language=[['"'"'"'"]]\(.*\)[["'"'"'"']].*$,\1,p' -e 's,^language=\([[^ ]]*\).*$,\1,p' $lang` lang_alias=`sed -n -e 's,^language=[['"'"'"'"]]\(.*\)[["'"'"'"']].*$,\1,p' -e 's,^language=\([[^ ]]*\).*$,\1,p' $lang`
this_lang_requires=`sed -n -e 's,^lang_requires=[['"'"'"'"]]\(.*\)[["'"'"'"']].*$,\1,p' -e 's,^lang_requires=\([[^ ]]*\).*$,\1,p' $lang` this_lang_requires=`sed -n -e 's,^lang_requires=[['"'"'"'"]]\(.*\)[["'"'"'"']].*$,\1,p' -e 's,^lang_requires=\([[^ ]]*\).*$,\1,p' $lang`
for other in $this_lang_requires for other in $this_lang_requires
do do
case ,${enable_languages}, in case ,${enable_languages}, in
*,$other,*) *,$other,*) ;;
;; *,all,*) ;;
*,all,*)
;;
*,$lang_alias,*) *,$lang_alias,*)
echo " \`$other' language required by \`$lang_alias'; enabling" 1>&2 echo " \`$other' language required by \`$lang_alias'; enabling" 1>&2
enable_languages="$enable_languages,$other" enable_languages="$enable_languages,$other"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment