This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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]

V3 testsuite not honoring multilibs?


As far as I can see, the V3 testsuite does not use multilib options when testing multilibbed versions of the library.

For example, the tests run in the hpux64 multilib directory do not seem to use -mlp64 on HP-UX 11.23. They seem to cheerfully just run in 32-bit mode.

The -mlp64 flag does appear in the CC, CPP, and CXXCPP in the automake-generated hpux64/libstdc++-v3/testsuite/Makefile. However, -mlp64 does not appear in RUNTESTFLAGS.

How are the multilibs supposed to get the correct multilib options when running tests?

--
Mark Mitchell
CodeSourcery, LLC
(916) 791-8304
mark@codesourcery.com


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