summaryrefslogtreecommitdiff
path: root/bin/arm-linux-androideabi-g++
diff options
context:
space:
mode:
authorNick Desaulniers <ndesaulniers@google.com>2019-07-17 14:49:06 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-07-17 14:49:06 -0700
commita7adea8e9c4005a9ae95776586e5c81998b9bcae (patch)
tree90b564962e659c4fa201e629aa3ede26526a5fe1 /bin/arm-linux-androideabi-g++
parent9d7b8df5e57b0e817b422fe132d9b3c46629c78b (diff)
parent8d1e8e0628989eea95dc0cb51a0cda5f53f13181 (diff)
downloadarm-linux-androideabi-4.9-a7adea8e9c4005a9ae95776586e5c81998b9bcae.tar.gz
GCC 4.9: move binary names and add 3s sleeps am: bdf4e21fbd am: d596823559
am: 8d1e8e0628 Change-Id: Ieb9c9d8ef2563ba288d05d848a377223b7f39ad2
Diffstat (limited to 'bin/arm-linux-androideabi-g++')
-rwxr-xr-xbin/arm-linux-androideabi-g++4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/arm-linux-androideabi-g++ b/bin/arm-linux-androideabi-g++
index cbe488e..6958262 100755
--- a/bin/arm-linux-androideabi-g++
+++ b/bin/arm-linux-androideabi-g++
@@ -26,7 +26,7 @@ class CompilerWrapper():
compiler = os.path.basename(os.path.abspath(__file__))
self.real_compiler = os.path.join(
compiler_path,
- "2cddb322-6232-11e9-93da-4755b1c03667")
+ "561b170a-a816-11e9-b283-6b5a5e00ead0")
self.argv0 = self.real_compiler
def process_gomacc_command(self):
@@ -65,7 +65,7 @@ class CompilerWrapper():
self.process_gomacc_command()
self.add_flags()
self.execargs += [self.real_compiler] + self.args
- time.sleep(1)
+ time.sleep(3)
os.execv(self.argv0, self.execargs)