AIX build: xlc confusion

Yotam Medini yotamm@tmai.com
Thu Sep 18 11:53:00 GMT 1997


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.

-- yotam



More information about the Gcc-bugs mailing list