xorg-mmx.patch 654 B

12345678910111213141516171819
  1. --- xc/programs/Xserver/fb/Imakefile.orig 2006-07-20 11:41:36.000000000 -0600
  2. +++ xc/programs/Xserver/fb/Imakefile 2006-07-20 11:43:50.000000000 -0600
  3. @@ -3,16 +3,6 @@
  4. XCOMM
  5. XCOMM Id: Imakefile,v 1.1 1999/11/02 03:54:44 keithp Exp $
  6. -#if defined(i386Architecture) && defined(HasGcc34) && HasGcc34
  7. -MMXOPTIONS= -mmmx -Winline --param inline-unit-growth=10000 \
  8. - --param large-function-growth=10000 -DUSE_GCC34_MMX
  9. -
  10. -SpecialCObjectRule(fbmmx,fbmmx.c,$(MMXOPTIONS))
  11. -SpecialCObjectRule(fbpict,fbpict.c,$(MMXOPTIONS))
  12. -SpecialCObjectRule(fbfill,fbfill.c,$(MMXOPTIONS))
  13. -
  14. -#endif
  15. -
  16. #if DoLoadableServer
  17. #if !BuildModuleInSubdir
  18. #define IHaveModules