Hi,

why does config.make override the CC I specify on the commandline?

  :0> CC=gcc32 gmake
  Making all in Foobar...
  [...]
  Making all for subproject Extensions...
  gmake[3]: gcc33: Command not found
  [...]
  :2> grep -R gcc33 /System/Makefiles
  ix86/freebsd/config.make:CC       = gcc33
  ix86/freebsd/config.make:CPP      = gcc33 -E

Most likely I am not the only one who has several compilers installed
and if I specify CC on the commandline, there probably is a reason.

-- 
Chris


_______________________________________________
Bug-gnustep mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-gnustep

Reply via email to