Przeglądaj źródła

* killed support_mmx

marco 22 lat temu
rodzic
commit
bdcf2983b5
1 zmienionych plików z 2 dodań i 1 usunięć
  1. 2 1
      ide/compiler/Makefile.fpc

+ 2 - 1
ide/compiler/Makefile.fpc

@@ -32,7 +32,8 @@ endif
 override FPCOPT+=-dBrowserCol -dGDB
 ifeq ($(CPU_TARGET),i386)
 # the x86 dir doesn't hurt for 1.0.x though we could leave it away
-override FPCOPT+=-dSUPPORT_MMX -Fu$(COMPILERDIR)/x86
+override FPCOPT+= -Fu$(COMPILERDIR)/x86
+#-dSUPPORT_MMX
 endif
 
 [rules]