mescc: Mes C Library: Include mes/div.c for mescc builds.
* build-aux/configure-lib.sh (libmes_SOURCES): Add mes/div.c. * simple.sh: Likewise.
This commit is contained in:
parent
a63b0bae44
commit
b8dace81c6
|
@ -55,6 +55,7 @@ libmes_SOURCES="
|
|||
$libc_mini_shared_SOURCES
|
||||
lib/ctype/isnumber.c
|
||||
lib/mes/abtol.c
|
||||
lib/mes/div.c
|
||||
lib/mes/eputc.c
|
||||
lib/mes/fdgetc.c
|
||||
lib/mes/fdputc.c
|
||||
|
|
|
@ -43,6 +43,7 @@ gcc -g -D HAVE_CONFIG_H=1 -I include\
|
|||
lib/mes/eputs.c\
|
||||
lib/mes/oputs.c\
|
||||
\
|
||||
lib/mes/div.c\
|
||||
lib/mes/itoa.c\
|
||||
lib/mes/ltoa.c\
|
||||
lib/mes/ltoab.c\
|
||||
|
@ -145,6 +146,7 @@ $CC -g -D HAVE_CONFIG_H=1 -I include -I include/$mes_kernel/$mes_cpu\
|
|||
lib/stdlib/exit.c\
|
||||
lib/$mes_kernel/$mes_cpu-mes-$compiler/mini.c\
|
||||
\
|
||||
lib/mes/div.c\
|
||||
lib/mes/itoa.c\
|
||||
lib/mes/ltoa.c\
|
||||
lib/mes/ltoab.c\
|
||||
|
|
Loading…
Reference in a new issue