rpms/dietlibc/devel dietlibc.spec,1.46,1.47

Enrico Scholz (ensc) fedora-extras-commits at redhat.com
Sun Apr 13 17:10:12 UTC 2008


Author: ensc

Update of /cvs/extras/rpms/dietlibc/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21987

Modified Files:
	dietlibc.spec 
Log Message:
added debugging code for PPC



Index: dietlibc.spec
===================================================================
RCS file: /cvs/extras/rpms/dietlibc/devel/dietlibc.spec,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- dietlibc.spec	13 Apr 2008 14:18:39 -0000	1.46
+++ dietlibc.spec	13 Apr 2008 17:09:37 -0000	1.47
@@ -164,7 +164,13 @@
 make %makeflags -C test/inet all %{?_smp_mflags} DIET=$(echo `pwd`/bin-*/diet)    || :
 
 cd test
-ulimit -m $[ 50*1024 ] -v $[ 100*1024 ] -d $[ 50*1024 ]
+ulimit -m $[ 128*1024 ] -v $[ 256*1024 ] -d $[ 128*1024 ]
+
+readelf -a ./ftw || :
+objdump -d ./ftw || :
+./ftw || :
+dmesg | tail || :
+
 bash ./runtests-X.sh
 
 




More information about the fedora-extras-commits mailing list