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]

RE: Patch for libstdc++/14353 libstdc++ wchar tests run for -mabi=32


>From: Benjamin Kosnik
>
> I'd like to add some docs to libstdc++ to explain how to test multilibs,
> based on your experiences. 

The only way I can get the multilib tests to run is


make -k RUNTESTFLAGS='--target_board \"unix{,-mabi=64,-mabi=32}\"' check-gcc

cd ${OBJDIR}/mips-sgi-irix6.5/libstdc++-v3
make -k RUNTESTFLAGS='--target_board \"unix{,-mabi=64,-mabi=32}\"' check

cd ${OBJDIR}/mips-sgi-irix6.5/libjava
make -k RUNTESTFLAGS='--target_board \"unix{,-mabi=64}\"' check



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