jehanne: define SIGNAL_PROVIDED in configure.host

This commit is contained in:
Giacomo Tesio 2017-09-14 00:07:08 +02:00
parent ed05094c78
commit 95383ee144
1 changed files with 1 additions and 1 deletions

View File

@ -601,7 +601,7 @@ case "${host}" in
export jehanne_srcdir
default_newlib_io_c99_formats="yes"
CC="${CC} -I${jehanne_srcdir}/include"
newlib_cflags="${newlib_cflags} -DREENTRANT_SYSCALLS_PROVIDED -DMALLOC_PROVIDED"
newlib_cflags="${newlib_cflags} -DREENTRANT_SYSCALLS_PROVIDED -DMALLOC_PROVIDED -DSIGNAL_PROVIDED"
newlib_cflags="${newlib_cflags} -D_NO_GETLOGIN -D_NO_GETCWD -D_NO_GETPASS -D_NO_GETUT -D_NO_PWRITE -D_NO_PREAD"
newlib_cflags="${newlib_cflags} -fno-omit-frame-pointer"
;;