This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
--enable-languages=c is valid
- To: bug-gcc at gnu dot org
- Subject: --enable-languages=c is valid
- From: karl at gnu dot org
- Date: Wed, 20 Jun 2001 09:44:45 -0400
In gcc 3.0 (and previous versions), configure.html says
Currently, you can use any of the following:
<code>c++</code>, <code>f77</code>, <code>java</code> and <code>objc</code>.
This list leaves out one important language: c :).
It's useful in the case where the installer only wishes to build and
install C, for whatever reason.