Selaa lähdekoodia

* use pipes instead of temporary files by default for assembling under
Darwin

git-svn-id: trunk@14227 -

Jonas Maebe 16 vuotta sitten
vanhempi
commit
2ef18ba527
1 muutettua tiedostoa jossa 6 lisäystä ja 0 poistoa
  1. 6 0
      compiler/utils/samplecfg

+ 6 - 0
compiler/utils/samplecfg

@@ -273,6 +273,12 @@ $CPUCROSSIFDEF2
 #ENDIF NEEDCROSSBINUTILS
 #ENDIF NEEDCROSSBINUTILS
 #ENDIF
 #ENDIF
 
 
+# assembling
+#ifdef darwin
+# use pipes instead of temporary files for assembling
+-ap
+#endif
+
 # ----------------
 # ----------------
 # Parsing switches
 # Parsing switches
 # ----------------
 # ----------------