summaryrefslogtreecommitdiff
path: root/bin/arm-linux-androideabi-g++
diff options
context:
space:
mode:
Diffstat (limited to 'bin/arm-linux-androideabi-g++')
-rwxr-xr-xbin/arm-linux-androideabi-g++4
1 files changed, 1 insertions, 3 deletions
diff --git a/bin/arm-linux-androideabi-g++ b/bin/arm-linux-androideabi-g++
index 6958262..5923d19 100755
--- a/bin/arm-linux-androideabi-g++
+++ b/bin/arm-linux-androideabi-g++
@@ -3,7 +3,6 @@
from __future__ import print_function
import os
import sys
-import time
class CompilerWrapper():
def __init__(self, argv):
@@ -26,7 +25,7 @@ class CompilerWrapper():
compiler = os.path.basename(os.path.abspath(__file__))
self.real_compiler = os.path.join(
compiler_path,
- "561b170a-a816-11e9-b283-6b5a5e00ead0")
+ "8345f5e4-2588-11e9-ba23-c7b0d410816e")
self.argv0 = self.real_compiler
def process_gomacc_command(self):
@@ -65,7 +64,6 @@ class CompilerWrapper():
self.process_gomacc_command()
self.add_flags()
self.execargs += [self.real_compiler] + self.args
- time.sleep(3)
os.execv(self.argv0, self.execargs)