summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Desaulniers <ndesaulniers@google.com>2019-07-17 14:28:39 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-07-17 14:28:39 -0700
commitd596823559c68383ce957f7d1fe9048ca0bef6d4 (patch)
tree90b564962e659c4fa201e629aa3ede26526a5fe1
parent9d7b8df5e57b0e817b422fe132d9b3c46629c78b (diff)
parentbdf4e21fbdbf597f894de35347b008dfd5e749c7 (diff)
downloadarm-linux-androideabi-4.9-d596823559c68383ce957f7d1fe9048ca0bef6d4.tar.gz
GCC 4.9: move binary names and add 3s sleeps
am: bdf4e21fbd Change-Id: I450b7f07de9d10d50fdf751c5c3178ef54fe3f99
-rwxr-xr-xbin/40337694-a816-11e9-ad6c-9bcb01b061bd (renamed from bin/11e1bff0-6232-11e9-a0b8-ab0e95bc2acd)bin784928 -> 784928 bytes
-rwxr-xr-xbin/561b170a-a816-11e9-b283-6b5a5e00ead0 (renamed from bin/2cddb322-6232-11e9-93da-4755b1c03667)bin789024 -> 789024 bytes
-rwxr-xr-xbin/arm-linux-androideabi-g++4
-rwxr-xr-xbin/arm-linux-androideabi-gcc4
4 files changed, 4 insertions, 4 deletions
diff --git a/bin/11e1bff0-6232-11e9-a0b8-ab0e95bc2acd b/bin/40337694-a816-11e9-ad6c-9bcb01b061bd
index af3717d..af3717d 100755
--- a/bin/11e1bff0-6232-11e9-a0b8-ab0e95bc2acd
+++ b/bin/40337694-a816-11e9-ad6c-9bcb01b061bd
Binary files differ
diff --git a/bin/2cddb322-6232-11e9-93da-4755b1c03667 b/bin/561b170a-a816-11e9-b283-6b5a5e00ead0
index 8a37bdb..8a37bdb 100755
--- a/bin/2cddb322-6232-11e9-93da-4755b1c03667
+++ b/bin/561b170a-a816-11e9-b283-6b5a5e00ead0
Binary files differ
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)
diff --git a/bin/arm-linux-androideabi-gcc b/bin/arm-linux-androideabi-gcc
index cb1efbb..97c02a0 100755
--- a/bin/arm-linux-androideabi-gcc
+++ b/bin/arm-linux-androideabi-gcc
@@ -26,7 +26,7 @@ class CompilerWrapper():
compiler = os.path.basename(os.path.abspath(__file__))
self.real_compiler = os.path.join(
compiler_path,
- "11e1bff0-6232-11e9-a0b8-ab0e95bc2acd")
+ "40337694-a816-11e9-ad6c-9bcb01b061bd")
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)