From owner-freebsd-arm@FreeBSD.ORG Fri Jul 8 06:30:33 2011 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F2AC7106566C for ; Fri, 8 Jul 2011 06:30:33 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id B26248FC14 for ; Fri, 8 Jul 2011 06:30:33 +0000 (UTC) Received: from 63.imp.bsdimp.com (63.imp.bsdimp.com [10.0.0.63]) (authenticated bits=0) by harmony.bsdimp.com (8.14.4/8.14.3) with ESMTP id p686RgYs002705 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES128-SHA bits=128 verify=NO); Fri, 8 Jul 2011 00:27:43 -0600 (MDT) (envelope-from imp@bsdimp.com) Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii From: Warner Losh In-Reply-To: Date: Fri, 8 Jul 2011 00:27:46 -0600 Content-Transfer-Encoding: quoted-printable Message-Id: References: To: satish kondapalli X-Mailer: Apple Mail (2.1084) X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.0.1 (harmony.bsdimp.com [10.0.0.6]); Fri, 08 Jul 2011 00:27:43 -0600 (MDT) Cc: freebsd-arm@freebsd.org Subject: Re: what is the difference between "make toolchain" and "make kernel-toolchain" X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Jul 2011 06:30:34 -0000 make kernel-toolchain builds everything needed to build the kernel. make toolchain builds everything need to build the system. This means that toolchain includes the include files and libraries, = while kernel-toolchain omits them. Warner On Jul 7, 2011, at 11:40 PM, satish kondapalli wrote: >=20 > _______________________________________________ > freebsd-arm@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-arm > To unsubscribe, send any mail to "freebsd-arm-unsubscribe@freebsd.org" >=20 >=20