X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=Makefile.in;h=7802d6c9e8afcde0a75d70b6c079bc17683f32d3;hb=3032863605b618e148942c75b251f41616b5db25;hp=3ceda70c39f889ffb3939ae99f55bf15f27e8130;hpb=fb90daebc94a1b03ae3b6cadebed196abd05e438;p=deliverable%2Fbinutils-gdb.git diff --git a/Makefile.in b/Makefile.in index 3ceda70c39..7802d6c9e8 100644 --- a/Makefile.in +++ b/Makefile.in @@ -139,10 +139,10 @@ NM_FOR_TARGET = ` \ XTRAFLAGS = ` \ if [ -f $${rootme}/gcc/Makefile ] ; then \ - if [ "$(host_cpu)-$(host_vendor)-$(host_os)" = "$(target_cpu)-$(target_vendor)-$(target_os)" ] ; then \ - echo -I$${rootme}/gcc/include ; \ + if [ -f $${rootme}/newlib/Makefile ] ; then \ + echo -I$${rootme}/newlib/targ-include -I$${srcroot}/newlib/libc/include -I$${rootme}/gcc/include -nostdinc ; \ else \ - echo -I$${rootme}/gcc/include -I$${rootme}/newlib/targ-include -I$${srcroot}/newlib/libc/include -nostdinc ; \ + echo -I$${rootme}/gcc/include ; \ fi ; \ else \ echo ; \ @@ -258,7 +258,7 @@ install.all: install-no-fixedincludes else \ true ; \ fi - + install-no-fixedincludes: install-dirs gcc-no-fixedincludes \ install-autoconf \ install-bfd \