This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: AIX build: xlc confusion
- To: yotam_medini at tmai dot com
- Subject: Re: AIX build: xlc confusion
- From: Jeffrey A Law <law at cygnus dot com>
- Date: Thu, 20 Nov 1997 01:03:29 -0800
- cc: egcs-bugs at cygnus dot com, brian_barrick at tmai dot com
- Reply-To: law at cygnus dot com
In message <199709181848.LAA07960@telaviv.tmai.com>you write:
>
> When building on AIX, without explicit setting of envirnment
> variable CC=cc, the configure script picks (or _may_ pick) 'xlc'
> which cause a failure when linking cccp.
>
> This happens since in egcs-970917/gcc/Makefile
> USE_ALLOCA= ` case "${CC}" in "${OLDCC}") echo "${ALLOCA}" ;; esac `
> becomes:
> USE_ALLOCA= ` case "xlc" in "cc") echo alloca.o ;; esac `
> which echos nothing.
BTW -- this problem should have been fixed a little while ago.
jeff