FreeBSD Bugzilla – Attachment 160694 Details for
Bug 202643
x11-servers/xorg-server: illegal instruction starting xorg in FreeBSD >10.x in kvm/qemu virtualization
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Disable SSE for hw/xfree86/os-support/misc/SlowBcopy.c
patch-Xserver-hw-xfree86-os-support-misc-Makefile.in (text/plain), 470 bytes, created by
Dimitry Andric
on 2015-09-03 22:59:18 UTC
(
hide
)
Description:
Disable SSE for hw/xfree86/os-support/misc/SlowBcopy.c
Filename:
MIME Type:
Creator:
Dimitry Andric
Created:
2015-09-03 22:59:18 UTC
Size:
470 bytes
patch
obsolete
>--- hw/xfree86/os-support/misc/Makefile.in.orig 2015-09-03 22:36:34.000000000 +0000 >+++ hw/xfree86/os-support/misc/Makefile.in 2015-09-03 22:33:10.000000000 +0000 >@@ -445,7 +445,8 @@ libmisc_la_SOURCES = SlowBcopy.c > > #AM_LDFLAGS = -r > INCLUDES = $(XORG_INCS) >-AM_CFLAGS = $(XORG_CFLAGS) $(DIX_CFLAGS) >+@I386_VIDEO_TRUE@I386_VIDEO_CFLAGS = -mno-sse >+AM_CFLAGS = $(I386_VIDEO_CFLAGS) $(XORG_CFLAGS) $(DIX_CFLAGS) > EXTRA_DIST = $(I386_SRCS) $(PORTIO_SRCS) > all: all-am >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 202643
:
160331
| 160694 |
184779
|
195183