This is the mail archive of the gcc@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: Building gcc with a non-gcc compiler (Was: old intentional gcc bug?)


Rask Ingemann Lambertsen <rask@sygehus.dk> writes:

> Index: fixincludes/configure.ac
> ===================================================================
> --- fixincludes/configure.ac	(revision 127373)
> +++ fixincludes/configure.ac	(working copy)
> @@ -5,6 +5,15 @@
>  AC_CONFIG_AUX_DIR(..)
>  AC_CANONICAL_SYSTEM
>  AC_PROG_CC
> +AC_PROG_CC_C_O
> +# autoconf is lame and doesn't give us any substitution variable for this.
> +if eval "test \"`echo '$ac_cv_prog_cc_'${ac_cc}_c_o`\" = no"; then

if eval test \"\$ac_cv_prog_cc_${ac_cc}_c_o\" = no; then

> +AC_SUBST(NO_MINUS_C_MINUS_O)

That looks unused.

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]