From 6aa347dbdead0519ee7dea6b0624c81822b3683c Mon Sep 17 00:00:00 2001 From: ensc Date: Wed, 13 Feb 2008 21:26:45 +0000 Subject: [PATCH] further tests... --- dietlibc.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dietlibc.spec b/dietlibc.spec index e0215c3..35595c5 100644 --- a/dietlibc.spec +++ b/dietlibc.spec @@ -117,7 +117,7 @@ make %makeflags all %{?_smp_mflags} || : ### HACK: just for debugging ppc* issues -strace -f bin-ppc/diet true +strace -f -s9999 bin-ppc/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 bin-ppc/dnsd contrib/dnsd.c || : objdump -dS bin-ppc/diet make %makeflags all %{?_smp_mflags}