This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]