This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: How do I pass flags to the testsuites?
- To: mark at markmitchell dot com
- Subject: Re: How do I pass flags to the testsuites?
- From: Robert Lipe <robertl at dgii dot com>
- Date: Tue, 18 Aug 1998 12:34:05 -0500
- Cc: egcs at cygnus dot com
- References: <199808180043.RAA19666@smtp.earthlink.net>
> env CXXFLAGS="-fnew-abi -fno-honor-std" ../configure
>
> But, I get test failures because those flags are not automatically
> passed to the tests. Did I do the configure wrong? How do I manually
> pass these flags to the libio/libstdc++/g++ test suites? Why don't
> those flags get passed automatically?
I think you could manually add them with somethig like
make check RUNTESTFLAGS='--target_board=unix{-fnew-abi -fno-honor-std}'
You may have to dork with the quoting. There should be some prior art
in the archives becuase I do a similar thing to test OpenServer and all
the multilibs.