mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-12 01:24:12 +08:00
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.
This commit is contained in:
@ -1,5 +1,8 @@
|
|||||||
Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
|
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,
|
* configure.in, config.sub: added new target m68010-adobe-scout,
|
||||||
with alias of adobe68k. Changed configure.in to check for
|
with alias of adobe68k. Changed configure.in to check for
|
||||||
-scout before -sco* to avoid a false match.
|
-scout before -sco* to avoid a false match.
|
||||||
|
@ -142,7 +142,7 @@ XTRAFLAGS = ` \
|
|||||||
if [ "$(host_cpu)-$(host_vendor)-$(host_os)" = "$(target_cpu)-$(target_vendor)-$(target_os)" ] ; then \
|
if [ "$(host_cpu)-$(host_vendor)-$(host_os)" = "$(target_cpu)-$(target_vendor)-$(target_os)" ] ; then \
|
||||||
echo -I$${rootme}/gcc/include ; \
|
echo -I$${rootme}/gcc/include ; \
|
||||||
else \
|
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 ; \
|
fi ; \
|
||||||
else \
|
else \
|
||||||
echo ; \
|
echo ; \
|
||||||
|
Reference in New Issue
Block a user