xorg/xc/programs/Xserver/fb

Saren Sandmann Pedersen sandmann at daimi.au.dk
Thu Aug 5 21:08:00 EEST 2004


CVS commit by sandmann: 

Thu Aug  5 15:34:04 2004  Soeren Sandmann  <sandmann at daimi.au.dk>

	* programs/Xserver/fb/Imakefile: Compile fbfill.c and fbpict.c
	with the mmx CFLAGS. DOH.


  M +7 -2      xorg/xc/programs/Xserver/fb/Imakefile   1.6


--- xorg/xc/programs/Xserver/fb/Imakefile  #1.5:1.6
@@ -5,6 +5,11 @@
 
 #if defined(i386Architecture) && defined(HasGcc34) && HasGcc34
-SpecialCObjectRule(fbmmx,fbmmx.c,-mmmx -Winline --param inline-unit-growth=10000 \
-        --param large-function-growth=10000 -DUSE_GCC34_MMX)
+MMXOPTIONS= -mmmx -Winline --param inline-unit-growth=10000 \
+        --param large-function-growth=10000 -DUSE_GCC34_MMX
+
+SpecialCObjectRule(fbmmx,fbmmx.c,$(MMXOPTIONS))
+SpecialCObjectRule(fbpict,fbpict.c,$(MMXOPTIONS))
+SpecialCObjectRule(fbfill,fbfill.c,$(MMXOPTIONS))
+
 #endif
 





More information about the xorg-commit mailing list