Explorar o código

* killed support_mmx

marco %!s(int64=22) %!d(string=hai) anos
pai
achega
bdcf2983b5
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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]