diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2023-08-27 12:50:36 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2023-08-27 13:39:19 +0200 |
commit | 789bb2ef634c9f2a7ed9283b220c3c8b606249be (patch) | |
tree | 83b2306edfe8ce4f4113ed2dda2043786a0e879b /target/lm32 | |
parent | 105abdcfe95188827daccba4531765fd94081c8b (diff) |
lm32: some more hacks
Diffstat (limited to 'target/lm32')
-rw-r--r-- | target/lm32/uclibc-ng.config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/lm32/uclibc-ng.config b/target/lm32/uclibc-ng.config index 04fafd377..81e2779fb 100644 --- a/target/lm32/uclibc-ng.config +++ b/target/lm32/uclibc-ng.config @@ -51,7 +51,7 @@ ARCH_HAS_NO_MMU=y # Target CPU lacks a memory management unit (MMU) # UCLIBC_HAS_FLOATS=y -UCLIBC_HAS_FPU=y +# UCLIBC_HAS_FPU is not set DO_C99_MATH=y DO_XSI_MATH=y # UCLIBC_HAS_FENV is not set @@ -66,7 +66,7 @@ HAVE_DOT_CONFIG=y HAVE_NO_PIC=y ARCH_HAS_NO_SHARED=y ARCH_HAS_NO_LDSO=y -UCLIBC_CTOR_DTOR=y +# UCLIBC_CTOR_DTOR is not set # HAS_NO_THREADS is not set UCLIBC_HAS_LINUXTHREADS=y UCLIBC_HAS_THREADS=y |