how get just c, not other compilers?
mkelwood@qsicorp.com
mkelwood@qsicorp.com
Sat May 29 06:06:00 GMT 2004
>
> when building gcc, I dont want all the other compilers,
>
> eg I dont want objective c, I dont want fortran,
>
> I just want a c compiler,
>
> how do I prevent everything else being built?
>
> I tried --without-objc, --without-libobjc, --without-f
>
> objective c and fortran keep being built,
>
> I then run into problems eg with the objective c part of the build, but
> I dont even want it!
Try configuring with --enable-languages=c
------
Want more information? See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com
More information about the crossgcc
mailing list