public inbox for newlib-cvs@sourceware.org
help / color / mirror / Atom feed
* [newlib-cygwin] Add define _COMPILING_NEWLIB for arm to configure.host, as it is obviously needed
@ 2018-02-16 12:45 Corinna Vinschen
  0 siblings, 0 replies; only message in thread
From: Corinna Vinschen @ 2018-02-16 12:45 UTC (permalink / raw)
  To: newlib-cvs

https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=fdc5f5280880b1a31386a713512f092bee5a9a57

commit fdc5f5280880b1a31386a713512f092bee5a9a57
Author: Jaap de Wolff <info@jasoon.nl>
Date:   Mon Feb 12 12:23:41 2018 +0100

    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>

Diff:
---
 newlib/configure.host | 1 +
 1 file changed, 1 insertion(+)

diff --git a/newlib/configure.host b/newlib/configure.host
index eb64586..5985f13 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"


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-02-16 12:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-16 12:45 [newlib-cygwin] Add define _COMPILING_NEWLIB for arm to configure.host, as it is obviously needed Corinna Vinschen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).