This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
How to Avoid Executing a Front End's testsuite
- From: "Tom Browder" <tom dot browder at gmail dot com>
- To: gcc at gcc dot gnu dot org
- Date: Sat, 23 Feb 2008 20:32:25 -0600
- Subject: How to Avoid Executing a Front End's testsuite
I've been working at getting Tim Josling's cobol to work as a front
end. I've found how to tell GCC not to consider cobol an 'all'
(default) language, but I haven't figured out how to keep other cobol
targets from being activated.
For example, I do a plain
../gcc_src/configure
make bootstrap
and the default languages get built. (without cobol).
Then when I do
make check
the system tries to do execute the cobol testsuite (with errors of
course since there is no cobol compiler).
I've looked at the GCC Internals but see no help there.
How do I fix the GCC build/configure system for this situation?
Thanks.
-Tom
Tom Browder
Niceville, Florida
USA