Try to debug gcc ICE

This commit is contained in:
Tim Waugh 2007-05-04 12:38:45 +00:00
parent fd5319fa3b
commit 6038ec7a1c

View File

@ -131,7 +131,13 @@ Epson, HP and compatible printers..
--with-user-guide --with-samples \
--with-escputil --with-test --disable-rpath
make %{?_smp_mflags}
make %{?_smp_mflags} || :
for i in /tmp/cc*.out
do
echo $i:
uuencode $i $i || (wc -l $i; cat $i)
done
exit 1
%install
rm -rf %{buildroot}