comparison contrib/regression/btest-gcc.sh @ 55:77e2b8dfacca gcc-4.4.5

update it from 4.4.3 to 4.5.0
author ryoma <e075725@ie.u-ryukyu.ac.jp>
date Fri, 12 Feb 2010 23:39:51 +0900
parents a06113de4d67
children 04ced10e8804
comparison
equal deleted inserted replaced
52:c156f1bd5cd9 55:77e2b8dfacca
125 if [ $H_HOST = $H_TARGET ] ; then 125 if [ $H_HOST = $H_TARGET ] ; then
126 $SOURCE/configure --prefix=$PREFIX --target=$H_TARGET || exit 1 126 $SOURCE/configure --prefix=$PREFIX --target=$H_TARGET || exit 1
127 if ! make $dashj bootstrap ; then 127 if ! make $dashj bootstrap ; then
128 [ -s .bad_compare ] || exit 1 128 [ -s .bad_compare ] || exit 1
129 cat .bad_compare >> $REGRESS || exit 1 129 cat .bad_compare >> $REGRESS || exit 1
130 touch compare || exit 1 # Prevent the comparison from running again
130 make $dashj all || exit 1 131 make $dashj all || exit 1
131 fi 132 fi
132 else 133 else
133 withopt="--with-gnu-ld --with-gnu-as" 134 withopt="--with-gnu-ld --with-gnu-as"
134 case "$H_TARGET" in 135 case "$H_TARGET" in