12 lines
204 B
Text
12 lines
204 B
Text
Index: SCons/Tool/gcc.py
|
|
--- SCons/Tool/gcc.py.orig
|
|
+++ SCons/Tool/gcc.py
|
|
@@ -37,7 +37,7 @@ import subprocess
|
|
|
|
import SCons.Util
|
|
|
|
-compilers = ['gcc', 'cc']
|
|
+compilers = ['cc']
|
|
|
|
|
|
def generate(env):
|