From owner-cvs-all Sun Nov 14 16:36:13 1999 Delivered-To: cvs-all@freebsd.org Received: from wyvern.cc.kogakuin.ac.jp (wyvern.cc.kogakuin.ac.jp [133.80.184.10]) by hub.freebsd.org (Postfix) with ESMTP id 13C3715307; Sun, 14 Nov 1999 16:35:49 -0800 (PST) (envelope-from nyan@wyvern.cc.kogakuin.ac.jp) Received: from localhost (localhost [127.0.0.1]) by wyvern.cc.kogakuin.ac.jp (8.9.3+3.2W/3.7W) with ESMTP id JAA92881; Mon, 15 Nov 1999 09:35:46 +0900 (JST) To: marcel@FreeBSD.org Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Cc: kato@ganko.eps.nagoya-u.ac.jp Subject: Re: cvs commit: src Makefile.inc1 src/gnu/usr.bin/binutils/as Makefile src/lib/libm Makefile src/share/mk bsd.obj.mk bsd.subdir.mk src/sys Makefile src/sys/boot Makefile src/sys/boot/arc/lib Makefile src/sys/boot/arc/loader Makefile src/sys/kern Makefile ... In-Reply-To: <199911141354.FAA23441@freefall.freebsd.org> References: <199911141354.FAA23441@freefall.freebsd.org> From: Takahashi Yoshihiro X-Mailer: Mew version 1.94.1 on Emacs 19.34 / Mule 2.3 (SUETSUMUHANA) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <19991115093546E.nyan@wyvern.cc.kogakuin.ac.jp> Date: Mon, 15 Nov 1999 09:35:46 +0900 (JST) X-Dispatcher: imput version 990905(IM130) Lines: 37 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk In article <199911141354.FAA23441@freefall.freebsd.org> Marcel Moolenaar writes: > marcel 1999/11/14 05:54:44 PST > > Modified files: > . Makefile.inc1 > gnu/usr.bin/binutils/as Makefile > lib/libm Makefile > share/mk bsd.obj.mk bsd.subdir.mk > sys Makefile > sys/boot Makefile > sys/boot/arc/lib Makefile > sys/boot/arc/loader Makefile > sys/kern Makefile > usr.bin/cpp Makefile > usr.bin/gcore Makefile > usr.bin/truss Makefile > Log: > ${MACHINE} -> ${MACHINE_ARCH} > > All Makefiles now use MACHINE_ARCH for the target architecture. > Unification is required for cross-building. It was broken to support PC-98 architecture by this change. On PC-98, MACHINE is 'pc98' and MACHINE_ARCH is 'i386' because MACHINE is set to 'pc98' by make(1). Therefore, I think that the following files should be restored. src/Makefile.inc1 src/sys/Makefile src/sys/boot/Makefile Thanks. --- Takahashi Yoshihiro / nyan@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message