summaryrefslogtreecommitdiffstats
path: root/scripts/tune/env.fake-mips-24k.mips32r2el-24kc
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2020-10-18 10:12:03 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2020-10-19 13:47:23 +0200
commitcc3701ad573f1e6215ee85661eb34eb37d0ed9d6 (patch)
tree5007cc75e363d422b2ee22d8154d4e1049845e24 /scripts/tune/env.fake-mips-24k.mips32r2el-24kc
parent0c6b99c79ae23ae7e0ccdbbda7f5da2dada4b086 (diff)
downloadopenembedded-core-contrib-cc3701ad573f1e6215ee85661eb34eb37d0ed9d6.tar.gz
tune/test.sh: replace --sysroot value with SYSROOT
* so that there isn't host related TOPDIR variable or changing WORKDIR variable (currently includes 'openssl/1.1.1g-r0') Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'scripts/tune/env.fake-mips-24k.mips32r2el-24kc')
-rw-r--r--scripts/tune/env.fake-mips-24k.mips32r2el-24kc2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/tune/env.fake-mips-24k.mips32r2el-24kc b/scripts/tune/env.fake-mips-24k.mips32r2el-24kc
index 0b4badb320..e2c9c60186 100644
--- a/scripts/tune/env.fake-mips-24k.mips32r2el-24kc
+++ b/scripts/tune/env.fake-mips-24k.mips32r2el-24kc
@@ -2,4 +2,4 @@ PACKAGE_ARCHS="all any noarch mipsel-nf mips32el-nf mips32r2el-nf mips32r2el-24k
TUNE_CCARGS=" -mel -mabi=32 -msoft-float -march=mips32r2 -mtune=24kc"
TUNE_FEATURES="o32 mips32r2 24kc"
TUNE_PKGARCH="mips32r2el-24kc-nf"
-export CC="mipsel-oe-linux-gcc -mel -mabi=32 -msoft-float -march=mips32r2 -mtune=24kc --sysroot=/OE/build/oe-core/tmp-glibc/work/mips32r2el-24kc-nf-oe-linux/openssl/1.1.1g-r0/recipe-sysroot"
+export CC="mipsel-oe-linux-gcc -mel -mabi=32 -msoft-float -march=mips32r2 -mtune=24kc --sysroot=SYSROOT"