Author: ps-guest Date: 2013-05-10 19:56:41 +0000 (Fri, 10 May 2013) New Revision: 5577
Modified: glibc-package/trunk/debian/patches/kfreebsd/local-sysdeps.diff Log: kfreebsd/local-sysdeps.diff update Modified: glibc-package/trunk/debian/patches/kfreebsd/local-sysdeps.diff =================================================================== --- glibc-package/trunk/debian/patches/kfreebsd/local-sysdeps.diff 2013-05-10 17:05:17 UTC (rev 5576) +++ glibc-package/trunk/debian/patches/kfreebsd/local-sysdeps.diff 2013-05-10 19:56:41 UTC (rev 5577) @@ -9603,7 +9603,7 @@ +#include <misc/gtty.c> --- /dev/null +++ b/ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/Makefile -@@ -0,0 +1,23 @@ +@@ -0,0 +1,28 @@ +ifeq ($(subdir),linuxthreads) +CFLAGS-pt-initfini.s += -fno-asynchronous-unwind-tables +endif @@ -9627,6 +9627,11 @@ +# For <machine/sysarch.h>. +sysdep_routines += i386_get_ldt i386_set_ldt +endif ++ ++# special flag to avoid usage of xmm registers in ld.so ++ifeq ($(subdir),io) ++CFLAGS-rtld-fxstat64.os += -mno-sse -mno-mmx ++endif --- /dev/null +++ b/ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/Versions @@ -0,0 +1,7 @@ -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

