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]

Re: How do I pass flags to the testsuites?


>>>>> Mark Mitchell <mark@markmitchell.com> writes:

 > I configured a tree with:

 >   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?

Pass

  --tool_opts "-fnew-abi -fno-honor-std"

to runtest.

 > Why don't those flags get passed automatically?

No reason.

Jason


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