mescc: Mes C Library: div.c: Use only for ARM.
* build-aux/configure-lib.sh (libmescc_SOURCES): Remove div.c unless ARM.
This commit is contained in:
parent
381e8bd6e0
commit
323337a29a
|
@ -81,8 +81,13 @@ fi
|
|||
libmescc_SOURCES="
|
||||
lib/mes/globals.c
|
||||
lib/linux/$mes_cpu-mes-$compiler/syscall-internal.c
|
||||
"
|
||||
|
||||
if test $mes_cpu = arm; then
|
||||
libmescc_SOURCES="$libmescc_SOURCES
|
||||
lib/mes/div.c
|
||||
"
|
||||
fi
|
||||
|
||||
libmes_SOURCES="
|
||||
$libc_mini_shared_SOURCES
|
||||
|
|
Loading…
Reference in a new issue