Try to debug gcc ICE
This commit is contained in:
parent
fd5319fa3b
commit
6038ec7a1c
@ -131,7 +131,13 @@ Epson, HP and compatible printers..
|
|||||||
--with-user-guide --with-samples \
|
--with-user-guide --with-samples \
|
||||||
--with-escputil --with-test --disable-rpath
|
--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
|
%install
|
||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
|
Loading…
Reference in New Issue
Block a user