From owner-cvs-src-old@FreeBSD.ORG Fri Jun 11 02:43:58 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7D0C0106566C for ; Fri, 11 Jun 2010 02:43:58 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (unknown [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6C7CF8FC1B for ; Fri, 11 Jun 2010 02:43:58 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o5B2hwGX020540 for ; Fri, 11 Jun 2010 02:43:58 GMT (envelope-from imp@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o5B2hwTw020539 for cvs-src-old@freebsd.org; Fri, 11 Jun 2010 02:43:58 GMT (envelope-from imp@repoman.freebsd.org) Message-Id: <201006110243.o5B2hwTw020539@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to imp@repoman.freebsd.org using -f From: Warner Losh Date: Fri, 11 Jun 2010 02:43:36 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/mk sys.mk X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Jun 2010 02:43:58 -0000 imp 2010-06-11 02:43:36 UTC FreeBSD src repository Modified files: share/mk sys.mk Log: SVN rev 209024 on 2010-06-11 02:43:36Z by imp Merge from tbemd branch: Introduce MACHINE_CPUARCH. Many different MACHINE_ARCHs will be built from one MACHINE_CPUARCH. This will allow us to move to a more standard MACHINE_ARCH for mips and arm which exist in many different endian variants, and for powerpc where both 32 and 64 bit binaries are generated from the same sources. Reviewed by: arch@ (mostly silence though) Revision Changes Path 1.106 +13 -1 src/share/mk/sys.mk