瀏覽代碼

* set default cpu type to pentiumm for darwin/i386 (since the first Macs
with an Intel cpu had a Core Solo)

git-svn-id: trunk@14226 -

Jonas Maebe 15 年之前
父節點
當前提交
e244acad77
共有 1 個文件被更改,包括 7 次插入0 次删除
  1. 7 0
      compiler/utils/samplecfg

+ 7 - 0
compiler/utils/samplecfg

@@ -351,6 +351,13 @@ $CPUCROSSIFDEF2
 # See "fpc -i" also for more fine-grained control over which optimizations
 # to perform
 
+#ifdef darwin
+#ifdef cpui386
+-Cppentiumm
+-Oppentiumm
+#endif
+#endif
+
 # -----------------------
 # Set Filenames and Paths
 # -----------------------