How to configure GCC build for only C and C++

Daniel Néri dne at mayonnaise.net
Wed Oct 9 20:55:29 UTC 2002


Steven Grunza writes:

> ../gcc-3.2/configure --target=powerpc-rtems --with-gnu-as
> --with-gnu-ld --with-newlib  --enable-threads --prefix=/opt/rtems
>
> What can I add to only compile for C and C++ ?

   --enable-languages=c,c++

as documented in

   http://gcc.gnu.org/install/configure.html



Regards,
   --Daniel



-- 
Daniel Neri
dne at mayonnaise.net





More information about the users mailing list