aboutsummaryrefslogtreecommitdiff
path: root/compiler_wrapper/testdata/cros_hardened_golden/gcc_maincc_target_specific.json
diff options
context:
space:
mode:
Diffstat (limited to 'compiler_wrapper/testdata/cros_hardened_golden/gcc_maincc_target_specific.json')
-rw-r--r--compiler_wrapper/testdata/cros_hardened_golden/gcc_maincc_target_specific.json24
1 files changed, 12 insertions, 12 deletions
diff --git a/compiler_wrapper/testdata/cros_hardened_golden/gcc_maincc_target_specific.json b/compiler_wrapper/testdata/cros_hardened_golden/gcc_maincc_target_specific.json
index 76d38599..a037dd10 100644
--- a/compiler_wrapper/testdata/cros_hardened_golden/gcc_maincc_target_specific.json
+++ b/compiler_wrapper/testdata/cros_hardened_golden/gcc_maincc_target_specific.json
@@ -40,7 +40,7 @@
"wd": "/tmp/stable",
"wrapper": {
"cmd": {
- "path": "./x86_64-cros-linux-eabi-gcc",
+ "path": "./x86_64-cros-eabi-gcc",
"args": [
"main.cc"
]
@@ -51,8 +51,8 @@
"cmd": {
"path": "/usr/bin/ccache",
"args": [
- "./x86_64-cros-linux-eabi-gcc.real",
- "--sysroot=/usr/x86_64-cros-linux-eabi",
+ "./x86_64-cros-eabi-gcc.real",
+ "--sysroot=/usr/x86_64-cros-eabi",
"-fno-reorder-blocks-and-partition",
"-Wno-unused-local-typedefs",
"-Wno-maybe-uninitialized",
@@ -65,7 +65,7 @@
"-mno-movbe"
],
"env_updates": [
- "CCACHE_BASEDIR=/usr/x86_64-cros-linux-eabi",
+ "CCACHE_BASEDIR=/usr/x86_64-cros-eabi",
"CCACHE_DIR=/var/cache/distfiles/ccache",
"CCACHE_UMASK=002"
]
@@ -150,7 +150,7 @@
"wd": "/tmp/stable",
"wrapper": {
"cmd": {
- "path": "./armv7m-cros-linux-eabi-gcc",
+ "path": "./armv7m-cros-eabi-gcc",
"args": [
"main.cc"
]
@@ -161,8 +161,8 @@
"cmd": {
"path": "/usr/bin/ccache",
"args": [
- "./armv7m-cros-linux-eabi-gcc.real",
- "--sysroot=/usr/armv7m-cros-linux-eabi",
+ "./armv7m-cros-eabi-gcc.real",
+ "--sysroot=/usr/armv7m-cros-eabi",
"-fno-reorder-blocks-and-partition",
"-Wno-unused-local-typedefs",
"-Wno-maybe-uninitialized",
@@ -174,7 +174,7 @@
"main.cc"
],
"env_updates": [
- "CCACHE_BASEDIR=/usr/armv7m-cros-linux-eabi",
+ "CCACHE_BASEDIR=/usr/armv7m-cros-eabi",
"CCACHE_DIR=/var/cache/distfiles/ccache",
"CCACHE_UMASK=002"
]
@@ -258,7 +258,7 @@
"wd": "/tmp/stable",
"wrapper": {
"cmd": {
- "path": "./armv8m-cros-linux-eabi-gcc",
+ "path": "./armv8m-cros-eabi-gcc",
"args": [
"main.cc"
]
@@ -269,8 +269,8 @@
"cmd": {
"path": "/usr/bin/ccache",
"args": [
- "./armv8m-cros-linux-eabi-gcc.real",
- "--sysroot=/usr/armv8m-cros-linux-eabi",
+ "./armv8m-cros-eabi-gcc.real",
+ "--sysroot=/usr/armv8m-cros-eabi",
"-fno-reorder-blocks-and-partition",
"-Wno-unused-local-typedefs",
"-Wno-maybe-uninitialized",
@@ -282,7 +282,7 @@
"main.cc"
],
"env_updates": [
- "CCACHE_BASEDIR=/usr/armv8m-cros-linux-eabi",
+ "CCACHE_BASEDIR=/usr/armv8m-cros-eabi",
"CCACHE_DIR=/var/cache/distfiles/ccache",
"CCACHE_UMASK=002"
]