Subject: bin/35078: Failure in gcc4/backend/Makefile.
To: None <gnats-admin@netbsd.org, netbsd-bugs@netbsd.org>
From: None <henning.petersen@t-online.de>
List: netbsd-bugs
Date: 11/19/2006 12:45:00
>Number: 35078
>Category: bin
>Synopsis: Failure in gcc4/backend/Makefile.
>Confidential: no
>Severity: serious
>Priority: high
>Responsible: bin-bug-people
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Sun Nov 19 12:45:00 +0000 2006
>Originator: Henning Petersen
>Release: NetBSD-current
>Organization:
>Environment:
>Description:
/bin/sh:Can`t open /usr/src/gnu/usr.bin/gcc4/backend/../../../dist/gcc/config.guess
>How-To-Repeat:
>Fix:
diff -u -r1.7 Makefile
--- gnu/usr.bin/gcc4/backend/Makefile 10 Nov 2006 17:36:08 -0000 1.7
+++ gnu/usr.bin/gcc4/backend/Makefile 19 Nov 2006 12:31:27 -0000
@@ -186,8 +186,8 @@
MAKE=${MAKE:Q} \
CONFIG_SHELL=${HOST_SH:Q} \
${HOST_SH} ${GNUHOSTDIST}/gcc/configure \
- --build=`${HOST_SH} ${.CURDIR}/../../../dist/gcc/config.guess` \
- --host=`${HOST_SH} ${.CURDIR}/../../../dist/gcc/config.guess` \
+ --build=`${HOST_SH} ${.CURDIR}/../../../dist/gcc4/config.guess` \
+ --host=`${HOST_SH} ${.CURDIR}/../../../dist/gcc4/config.guess` \
--target=${MACHINE_GNU_PLATFORM} && \
mv auto-host.h ../auto-build.h) && \
rm -rf .ab