mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 03:29:47 +08:00
Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
* Makefile.in (XTRAFLAGS): include newlib directories if newlib/Makefile exists, rather than if host != target.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
|
||||||
|
|
||||||
|
* Makefile.in (XTRAFLAGS): include newlib directories if
|
||||||
|
newlib/Makefile exists, rather than if host != target.
|
||||||
|
|
||||||
Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
|
Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
|
||||||
|
|
||||||
* config.sub: recognize sparclite-wrs-vxworks.
|
* config.sub: recognize sparclite-wrs-vxworks.
|
||||||
|
@ -139,10 +139,10 @@ NM_FOR_TARGET = ` \
|
|||||||
|
|
||||||
XTRAFLAGS = ` \
|
XTRAFLAGS = ` \
|
||||||
if [ -f $${rootme}/gcc/Makefile ] ; then \
|
if [ -f $${rootme}/gcc/Makefile ] ; then \
|
||||||
if [ "$(host_cpu)-$(host_vendor)-$(host_os)" = "$(target_cpu)-$(target_vendor)-$(target_os)" ] ; then \
|
if [ -f $${rootme}/newlib/Makefile ] ; then \
|
||||||
echo -I$${rootme}/gcc/include ; \
|
echo -I$${rootme}/newlib/targ-include -I$${srcroot}/newlib/libc/include -I$${rootme}/gcc/include -nostdinc ; \
|
||||||
else \
|
else \
|
||||||
echo -I$${rootme}/gcc/include -I$${rootme}/newlib/targ-include -I$${srcroot}/newlib/libc/include -nostdinc ; \
|
echo -I$${rootme}/gcc/include ; \
|
||||||
fi ; \
|
fi ; \
|
||||||
else \
|
else \
|
||||||
echo ; \
|
echo ; \
|
||||||
|
Reference in New Issue
Block a user