This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
compiling gcc-3.3
- From: "M. Lavasani" <mehdi dot lavasani at connectinternetsolutions dot com>
- To: gcc at gcc dot gnu dot org
- Date: Tue, 20 May 2003 11:00:37 +0100 (BST)
- Subject: compiling gcc-3.3
Hi
I am compiling gcc-3.3 on HPUX platform, I am using K&R cc compiler to
compile gcc. I need to pass some flages to K&R cc compiler to compile the gcc.
Everything works ok apart from, when K&R cc builds the minimum compiler "xgcc"
, the flags that I passed to K&R cc are not compatible with "xgcc".
and It gives error!!
Is there any way that I can pass some flages to K&R cc compiler that
only be used before "xgcc" start the compilation??
I 've tried to pass it through CFLAGES, TCFLAGES, XCFLAGS, But none works.
Thanks
__Mehdi