On Aug 28, 2006, at 12:10 PM, Jack Howarth wrote:

   Why don't you try a normal multi-lib build without any
extra flags.

What extra flags?  The configure command is

../configure --prefix=/pkgs/gcc-mainline --with-gmp=/opt/local/ -- with-mpfr=/opt/local/

which is totally generic (one needs to specify gmp and mpfr libraries to get fortran to build).

I build with

make -j 4 bootstrap >& build.log

which is completely generic.

Or do you mean the -mcpu=970 in the test options?

Oh, when you do your make check from the top level of the
build directory use this form of the command...

make -k check RUNTESTFLAGS='--target_board="unix{,-m64}"'

my make check is

make -k -j 8 check RUNTESTFLAGS="--target_board 'unix{-mcpu=970/-m64}'"

I don't see any reason to check the 32-bit stuff that the regression checker checks at least once a day.

Brad

Reply via email to