summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2024-08-16 16:59:28 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2024-08-16 17:01:57 +0200
commitdd01754e21da71706af07f3e56eade66fc9164fb (patch)
treed478f52446e41a54194554f0ebf5af9a28782929 /extra
parent3d975fa52b82e390ecbb0252739ee3fae64266c2 (diff)
mips64: time64 for n32 ABI breaks a lot of tests, disable it for now
Diffstat (limited to 'extra')
-rw-r--r--extra/Configs/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in
index 454b6ddb8..86bd20d76 100644
--- a/extra/Configs/Config.in
+++ b/extra/Configs/Config.in
@@ -1032,7 +1032,7 @@ config UCLIBC_USE_TIME64
TARGET_i386 || \
TARGET_m68k || \
TARGET_microblaze || \
- (TARGET_mips && !CONFIG_MIPS_N64_ABI) || \
+ (TARGET_mips && !(CONFIG_MIPS_N64_ABI || CONFIG_MIPS_N32_ABI)) || \
TARGET_or1k || \
TARGET_powerpc || \
TARGET_riscv32 || \