Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Nov 1999 09:35:46 +0900 (JST)
From:      Takahashi Yoshihiro <nyan@FreeBSD.org>
To:        marcel@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 ...
Message-ID:  <19991115093546E.nyan@wyvern.cc.kogakuin.ac.jp>
In-Reply-To: <199911141354.FAA23441@freefall.freebsd.org>
References:  <199911141354.FAA23441@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
In article <199911141354.FAA23441@freefall.freebsd.org>
Marcel Moolenaar <marcel@FreeBSD.org> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19991115093546E.nyan>