From owner-cvs-all Fri Jan 14 1:28:31 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B70AB1500D; Fri, 14 Jan 2000 01:28:26 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA93355; Fri, 14 Jan 2000 01:28:26 -0800 (PST) (envelope-from obrien@FreeBSD.org) Message-Id: <200001140928.BAA93355@freefall.freebsd.org> From: "David E. O'Brien" Date: Fri, 14 Jan 2000 01:28:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/cc/f771 Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 2000/01/14 01:28:26 PST Modified files: gnu/usr.bin/cc/f771 Makefile Log: This patch solves the a cross-build problem where proj.c is both used by a build-tools target and by the actual target. In a cross-building situation proj.o is both a native object and a cross-object (i.e., for the target arch) and thus doesn't work. Creating seperate opjects from the same source file solves this... This patch may also fix the following issue: > it looks like -DNOCLEAN doesn't work too well. > cd /usr/src/gnu/usr.bin/cc/f771; make build-tools > make: don't know how to make /usr/obj/usr/src/i386/usr/include/stdarg.h. Stop This seems caused by wrong dependency information. Dependency information shouldn't be created for build-tools sources. Submitted by: marcel Revision Changes Path 1.5 +8 -3 src/gnu/usr.bin/cc/f771/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message