rpms/dietlibc/F-8 dietlibc.spec,1.40,1.41

Enrico Scholz (ensc) fedora-extras-commits at redhat.com
Sat Jun 21 13:39:57 UTC 2008


Author: ensc

Update of /cvs/extras/rpms/dietlibc/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23494

Modified Files:
	dietlibc.spec 
Log Message:
ok; was hard work, but it should build now...



Index: dietlibc.spec
===================================================================
RCS file: /cvs/extras/rpms/dietlibc/F-8/dietlibc.spec,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- dietlibc.spec	21 Jun 2008 13:36:26 -0000	1.40
+++ dietlibc.spec	21 Jun 2008 13:39:09 -0000	1.41
@@ -120,44 +120,6 @@
 
 
 %build
-set +e
-make %makeflags all %{?_smp_mflags}
-
-
-### HACK: just for debugging ppc* issues
-objdir=bin-%{target_cpu}
-objdump -dS $objdir/diet
-
-strace -s9999  $objdir/diet gcc -D__dietlibc__ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -fomit-frame-pointer -fno-exceptions -fno-asynchronous-unwind-tables -fno-stack-protector -Os -o $objdir/dnsd contrib/dnsd.c
-
-cat >/tmp/gdb.cmd <<EOF
-b execve
-r -v gcc -D__dietlibc__ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -fomit-frame-pointer -fno-exceptions -fno-asynchronous-unwind-tables -fno-stack-protector -Os -o $objdir/dnsd contrib/dnsd.c
-bt
-info registers
-info locals
-up
-info locals
-up
-info locals
-c
-bt
-info registers
-info locals
-up
-info locals
-up
-info locals
-up
-info locals
-up
-info locals
-quit
-EOF
-gdb --batch -x /tmp/gdb.cmd $objdir/diet < /dev/null
-
-
-set -e
 make %makeflags all %{?_smp_mflags}
 
 # 'dyn' target is not SMP safe
@@ -214,6 +176,7 @@
 - fixed printf regression for '%+04i' style formats
 - added %%check and run a testsuite; it does not succeed now so it is
   for informational purposes only...
+- added bunch of patches to fixes big-endian issues in string routines
 
 * Sat Sep  1 2007 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 0.31-1
 - updated to 0.31




More information about the fedora-extras-commits mailing list