summaryrefslogtreecommitdiffstats
path: root/scripts/tune/env.fake-iwmmxt.iwmmxt
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/tune/env.fake-iwmmxt.iwmmxt')
-rw-r--r--scripts/tune/env.fake-iwmmxt.iwmmxt8
1 files changed, 5 insertions, 3 deletions
diff --git a/scripts/tune/env.fake-iwmmxt.iwmmxt b/scripts/tune/env.fake-iwmmxt.iwmmxt
index b89e125373..0889c43c68 100644
--- a/scripts/tune/env.fake-iwmmxt.iwmmxt
+++ b/scripts/tune/env.fake-iwmmxt.iwmmxt
@@ -1,5 +1,7 @@
PACKAGE_ARCHS="all any noarch arm armv4 armv4t armv5 armv5t armv5e armv5te iwmmxt iwmmxtt fake_iwmmxt"
-TUNE_CCARGS=" -mthumb -mthumb-interwork -march=iwmmxt -mtune=iwmmxt -mfloat-abi=softfp"
+TUNE_CCARGS=" -mthumb -mcpu=iwmmxt"
+TUNE_CCARGS_MFLOAT=""
+TUNE_CCARGS_MFPU=""
TUNE_FEATURES="thumb iwmmxt"
-TUNE_PKGARCH="iwmmxt"
-export CC="arm-oe-linux-gnueabi-gcc -mthumb -mthumb-interwork -march=iwmmxt -mtune=iwmmxt -mfloat-abi=softfp --sysroot=SYSROOTS/fake-iwmmxt"
+TUNE_PKGARCH="iwmmxtt"
+export CC="arm-oe-linux-gnueabi-gcc -mthumb -mcpu=iwmmxt --sysroot=/OE/build/oe-core/tmp-glibc/work/iwmmxtt-oe-linux-gnueabi/openssl/1.1.1g-r0/recipe-sysroot"