From owner-cvs-src-old@FreeBSD.ORG Sat Dec 18 14:34:57 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 98835106566B for ; Sat, 18 Dec 2010 14:34:57 +0000 (UTC) (envelope-from nwhitehorn@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6B80F8FC2C for ; Sat, 18 Dec 2010 14:34:57 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id oBIEYvZK099694 for ; Sat, 18 Dec 2010 14:34:57 GMT (envelope-from nwhitehorn@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id oBIEYv3v099693 for cvs-src-old@freebsd.org; Sat, 18 Dec 2010 14:34:57 GMT (envelope-from nwhitehorn@repoman.freebsd.org) Message-Id: <201012181434.oBIEYv3v099693@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to nwhitehorn@repoman.freebsd.org using -f From: Nathan Whitehorn Date: Sat, 18 Dec 2010 14:34:05 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src Makefile 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: Sat, 18 Dec 2010 14:34:57 -0000 nwhitehorn 2010-12-18 14:34:05 UTC FreeBSD src repository Modified files: . Makefile Log: SVN rev 216520 on 2010-12-18 14:34:05Z by nwhitehorn Reconnect arm to the universe build, and connect big-endian MIPS and ARM and powerpc64 to universe for the first time. In general, provide (slightly hacky) knowledge of multi-architecture TARGETs to universe as well as the ability to distinguish the correct toolchain for a given kernel using config -m. Revision Changes Path 1.370 +29 -7 src/Makefile