libs/libc/machine: Remove ARCH_CORTEXM33 dependence from LIBM_ARCH_xxx
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
parent
a59c7744f8
commit
baabe5e08a
@ -100,62 +100,62 @@ config LIBC_ARCH_ELF_64BIT
|
||||
config LIBM_ARCH_CEIL
|
||||
bool
|
||||
default n
|
||||
depends on LIBM && ARCH_CORTEXM33
|
||||
depends on LIBM
|
||||
|
||||
config LIBM_ARCH_FLOOR
|
||||
bool
|
||||
default n
|
||||
depends on LIBM && ARCH_CORTEXM33
|
||||
depends on LIBM
|
||||
|
||||
config LIBM_ARCH_NEARBYINT
|
||||
bool
|
||||
default n
|
||||
depends on LIBM && ARCH_CORTEXM33
|
||||
depends on LIBM
|
||||
|
||||
config LIBM_ARCH_RINT
|
||||
bool
|
||||
default n
|
||||
depends on LIBM && ARCH_CORTEXM33
|
||||
depends on LIBM
|
||||
|
||||
config LIBM_ARCH_ROUND
|
||||
bool
|
||||
default n
|
||||
depends on LIBM && ARCH_CORTEXM33
|
||||
depends on LIBM
|
||||
|
||||
config LIBM_ARCH_TRUNC
|
||||
bool
|
||||
default n
|
||||
depends on LIBM && ARCH_CORTEXM33
|
||||
depends on LIBM
|
||||
|
||||
config LIBM_ARCH_CEILF
|
||||
bool
|
||||
default n
|
||||
depends on LIBM && ARCH_CORTEXM33
|
||||
depends on LIBM
|
||||
|
||||
config LIBM_ARCH_FLOORF
|
||||
bool
|
||||
default n
|
||||
depends on LIBM && ARCH_CORTEXM33
|
||||
depends on LIBM
|
||||
|
||||
config LIBM_ARCH_NEARBYINTF
|
||||
bool
|
||||
default n
|
||||
depends on LIBM && ARCH_CORTEXM33
|
||||
depends on LIBM
|
||||
|
||||
config LIBM_ARCH_RINTF
|
||||
bool
|
||||
default n
|
||||
depends on LIBM && ARCH_CORTEXM33
|
||||
depends on LIBM
|
||||
|
||||
config LIBM_ARCH_ROUNDF
|
||||
bool
|
||||
default n
|
||||
depends on LIBM && ARCH_CORTEXM33
|
||||
depends on LIBM
|
||||
|
||||
config LIBM_ARCH_TRUNCF
|
||||
bool
|
||||
default n
|
||||
depends on LIBM && ARCH_CORTEXM33
|
||||
depends on LIBM
|
||||
|
||||
# One or more the of above may be selected by architecture specific logic
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user