From: Ian Lance Taylor Date: Thu, 10 Sep 1992 22:45:45 +0000 (+0000) Subject: Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com) X-Git-Tag: gdb-4_18~21097 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0012a471aebef72a7402a50d3a10b2ccebc64f65;p=external%2Fbinutils.git Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com) * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to pick up the machine and system specific header files. --- diff --git a/ChangeLog b/ChangeLog index d684b50..8df66bb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com) + * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to + pick up the machine and system specific header files. + * configure.in, config.sub: added new target m68010-adobe-scout, with alias of adobe68k. Changed configure.in to check for -scout before -sco* to avoid a false match. diff --git a/Makefile.in b/Makefile.in index ff2f688..c4f3064 100644 --- a/Makefile.in +++ b/Makefile.in @@ -142,7 +142,7 @@ XTRAFLAGS = ` \ if [ "$(host_cpu)-$(host_vendor)-$(host_os)" = "$(target_cpu)-$(target_vendor)-$(target_os)" ] ; then \ echo -I$${rootme}/gcc/include ; \ else \ - echo -I$${rootme}/gcc/include -I$${srcroot}/newlib/libc/include ; \ + echo -I$${rootme}/gcc/include -I$${rootme}/newlib/targ-include -I$${srcroot}/newlib/libc/include ; \ fi ; \ else \ echo ; \