[Glibc-bsd-commits] r4428 - trunk/glibc-ports/kfreebsd/i386
Petr Salinger
ps-guest at alioth.debian.org
Fri May 10 22:48:52 UTC 2013
Author: ps-guest
Date: 2013-05-10 22:48:52 +0000 (Fri, 10 May 2013)
New Revision: 4428
Modified:
trunk/glibc-ports/kfreebsd/i386/Makefile
Log:
avoid usage of xmm registers in ld.so
Modified: trunk/glibc-ports/kfreebsd/i386/Makefile
===================================================================
--- trunk/glibc-ports/kfreebsd/i386/Makefile 2013-05-10 15:27:34 UTC (rev 4427)
+++ trunk/glibc-ports/kfreebsd/i386/Makefile 2013-05-10 22:48:52 UTC (rev 4428)
@@ -21,3 +21,8 @@
# 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
More information about the Glibc-bsd-commits
mailing list