On Monday 23 July 2007 17:43, Denis Vlasenko wrote: > > >(No, not really, but they aren't thinking too much about > > >saving on size - see my rant on idiotic recent i386 > > >stack alignment disaster.) > > > > Saw it. Does -mno-sse -mno-sse2 etc help? (didn't try). > > No, that will cause SEGVs. Code built with -mno-sse > should be able to call SSE code. > > > My CC is usually configured with --with-march=i386 --with-tune=i386, > > fwiw. > > Me too. It wouldn't help I guess. (I need to try, but I bet it would not).
I was wrong. Plain old -mpreferred-stack-boundary=2 overrides it. -- vda _______________________________________________ busybox mailing list [email protected] http://busybox.net/cgi-bin/mailman/listinfo/busybox
