Browse Source

* 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 years ago
parent
commit
e244acad77
1 changed files with 7 additions and 0 deletions
  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
 # -----------------------