ARudik / phc

Automatically exported from code.google.com/p/phc
0 stars 0 forks source link

Allow different C compilers for compiling generated C #26

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Add either a flag for changing the compiler or check the CC var.
This compiler is the one which compiles generated C code. This could be
ccache, for example, so we need to support something like

phc --c-compiler "ccache gcc".

Whether we use a flag or CC should be made consistant with CFLAGS vs
--c-option.

Original issue reported on code.google.com by paul.biggar on 24 Apr 2007 at 7:58