From fdc5f5280880b1a31386a713512f092bee5a9a57 Mon Sep 17 00:00:00 2001 From: Jaap de Wolff Date: Mon, 12 Feb 2018 12:23:41 +0100 Subject: [PATCH] Add define _COMPILING_NEWLIB for arm to configure.host, as it is obviously needed Signed-off-by: Jaap de Wolff --- newlib/configure.host | 1 + 1 file changed, 1 insertion(+) diff --git a/newlib/configure.host b/newlib/configure.host index eb645868b..5985f1376 100644 --- a/newlib/configure.host +++ b/newlib/configure.host @@ -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"