Add define _COMPILING_NEWLIB for arm to configure.host, as it is obviously needed
Signed-off-by: Jaap de Wolff <jaap@stretch.de-wolff.org>
This commit is contained in:
parent
913c6ca2c1
commit
fdc5f52808
|
@ -410,6 +410,7 @@ case "${host}" in
|
|||
signal_dir=
|
||||
;;
|
||||
arm*-*-*)
|
||||
newlib_cflags="${newlib_cflags} -D_COMPILING_NEWLIB"
|
||||
sys_dir=arm
|
||||
if [ "x${newlib_may_supply_syscalls}" = "xno" ] ; then
|
||||
have_crt0="no"
|
||||
|
|
Loading…
Reference in New Issue