This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] fix bootstrap/26999


Eric Christopher <echristo@apple.com> writes:

> 2006-08-25  Eric Christopher  <echristo@apple.com>
>
> 	PR bootstrap/26999
> 	* configure.in: Only disable target directories.
> 	* configure: Regenerate.
>
> Index: configure.in
> ===================================================================
> --- configure.in	(revision 116453)
> +++ configure.in	(working copy)
> @@ -1311,7 +1311,14 @@ fi
>  for dir in $configdirs $build_configdirs $target_configdirs ; do
>    dirname=`echo $dir | sed -e s/target-//g -e s/build-//g -e s/-/_/g`
>    if eval test x\${enable_${dirname}} "=" xno ; then
> +    case "${dirname}" in
> +      boehm-gc | libada | libgomp | libgfortran | libjava | libmudflap \
> +      | libssp | zlib)

If all you want is limit this loop to target directories, why not just
remove $configdirs and $build_configdirs from the list of words to loop
over?  What I'm missing here?

Andreas.

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
PGP key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]