Don't use -msse when building pixman-mmx.c
This prevents gcc 4.2 from generating SSE instructions for its builtin functions, the X server from going SIGILL on CPUs supporting MMX but not SSE, and us from losing (closes: #442829). Also enable maintainer mode in configure.ac so we can carry the patch to configure directly in the diff.gz without running autoreconf at build time.
Showing
- Makefile.in 5 additions, 4 deletionsMakefile.in
- aclocal.m4 29 additions, 0 deletionsaclocal.m4
- configure 66 additions, 28 deletionsconfigure
- debian/changelog 10 additions, 0 deletionsdebian/changelog
- debian/patches/01_maintainer-mode.diff 13 additions, 0 deletionsdebian/patches/01_maintainer-mode.diff
- debian/patches/02_no-sse.diff 13 additions, 0 deletionsdebian/patches/02_no-sse.diff
- debian/patches/series 2 additions, 0 deletionsdebian/patches/series
- pixman/Makefile.in 4 additions, 3 deletionspixman/Makefile.in
- test/Makefile.in 4 additions, 3 deletionstest/Makefile.in
Loading
Please register or sign in to comment