summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Desaulniers <ndesaulniers@google.com>2019-04-18 16:32:30 -0700
committerNick Desaulniers <ndesaulniers@google.com>2019-04-18 16:32:30 -0700
commitfa9fc8d9877663ad50f445749b4bc02b9664b4d9 (patch)
tree6c0b5ea74302d4aa54e64212ca95caa3190fc7ac
parent3276041307da3a402cd2310e9e4f77ee8bd2f3ae (diff)
downloadarm-linux-androideabi-4.9-oreo-mr1-iot-release.tar.gz
GCC 4.9: move binary names and add 1s sleepsandroid-o-mr1-iot-release-1.0.12oreo-mr1-iot-release
As per: https://android.googlesource.com/platform/prebuilts/clang/host/linux-x86/+/master/GCC_4_9_DEPRECATION.md Also remove arm-linux-androideabi-gcc-4.9.x (not sure why that exists). Change-Id: Ib2c70537e61551f833f613f141a1bb4a4b109341
-rwxr-xr-xbin/11e1bff0-6232-11e9-a0b8-ab0e95bc2acd (renamed from bin/7fefe5b2-2588-11e9-996b-2bbad94f2d53)bin784928 -> 784928 bytes
-rwxr-xr-xbin/2cddb322-6232-11e9-93da-4755b1c03667 (renamed from bin/8345f5e4-2588-11e9-ba23-c7b0d410816e)bin789024 -> 789024 bytes
-rwxr-xr-xbin/arm-linux-androideabi-g++4
-rwxr-xr-xbin/arm-linux-androideabi-gcc4
-rwxr-xr-xbin/arm-linux-androideabi-gcc-4.9.xbin784928 -> 0 bytes
5 files changed, 6 insertions, 2 deletions
diff --git a/bin/7fefe5b2-2588-11e9-996b-2bbad94f2d53 b/bin/11e1bff0-6232-11e9-a0b8-ab0e95bc2acd
index af3717d..af3717d 100755
--- a/bin/7fefe5b2-2588-11e9-996b-2bbad94f2d53
+++ b/bin/11e1bff0-6232-11e9-a0b8-ab0e95bc2acd
Binary files differ
diff --git a/bin/8345f5e4-2588-11e9-ba23-c7b0d410816e b/bin/2cddb322-6232-11e9-93da-4755b1c03667
index 8a37bdb..8a37bdb 100755
--- a/bin/8345f5e4-2588-11e9-ba23-c7b0d410816e
+++ b/bin/2cddb322-6232-11e9-93da-4755b1c03667
Binary files differ
diff --git a/bin/arm-linux-androideabi-g++ b/bin/arm-linux-androideabi-g++
index 5923d19..cbe488e 100755
--- a/bin/arm-linux-androideabi-g++
+++ b/bin/arm-linux-androideabi-g++
@@ -3,6 +3,7 @@
from __future__ import print_function
import os
import sys
+import time
class CompilerWrapper():
def __init__(self, argv):
@@ -25,7 +26,7 @@ class CompilerWrapper():
compiler = os.path.basename(os.path.abspath(__file__))
self.real_compiler = os.path.join(
compiler_path,
- "8345f5e4-2588-11e9-ba23-c7b0d410816e")
+ "2cddb322-6232-11e9-93da-4755b1c03667")
self.argv0 = self.real_compiler
def process_gomacc_command(self):
@@ -64,6 +65,7 @@ class CompilerWrapper():
self.process_gomacc_command()
self.add_flags()
self.execargs += [self.real_compiler] + self.args
+ time.sleep(1)
os.execv(self.argv0, self.execargs)
diff --git a/bin/arm-linux-androideabi-gcc b/bin/arm-linux-androideabi-gcc
index e937a80..cb1efbb 100755
--- a/bin/arm-linux-androideabi-gcc
+++ b/bin/arm-linux-androideabi-gcc
@@ -3,6 +3,7 @@
from __future__ import print_function
import os
import sys
+import time
class CompilerWrapper():
def __init__(self, argv):
@@ -25,7 +26,7 @@ class CompilerWrapper():
compiler = os.path.basename(os.path.abspath(__file__))
self.real_compiler = os.path.join(
compiler_path,
- "7fefe5b2-2588-11e9-996b-2bbad94f2d53")
+ "11e1bff0-6232-11e9-a0b8-ab0e95bc2acd")
self.argv0 = self.real_compiler
def process_gomacc_command(self):
@@ -64,6 +65,7 @@ class CompilerWrapper():
self.process_gomacc_command()
self.add_flags()
self.execargs += [self.real_compiler] + self.args
+ time.sleep(1)
os.execv(self.argv0, self.execargs)
diff --git a/bin/arm-linux-androideabi-gcc-4.9.x b/bin/arm-linux-androideabi-gcc-4.9.x
deleted file mode 100755
index af3717d..0000000
--- a/bin/arm-linux-androideabi-gcc-4.9.x
+++ /dev/null
Binary files differ