From owner-freebsd-hackers@FreeBSD.ORG Mon Jun 26 20:13:50 2006 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6CA4116A4A6 for ; Mon, 26 Jun 2006 20:13:50 +0000 (UTC) (envelope-from aag.lists@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DB5D44790 for ; Mon, 26 Jun 2006 13:54:23 +0000 (GMT) (envelope-from aag.lists@gmail.com) Received: by py-out-1112.google.com with SMTP id f25so1431487pyf for ; Mon, 26 Jun 2006 06:53:50 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=UdxwBTwmnJDgIeHjOsflrGEmr/mQ6q5OpYpTngeq4eNZ7VgLg95nkMsI5PoD9IN2bet5PLLOI5BA6HFfMrl1uNToQr0iM5GkbSSUsqnmwZXdDreo5LQIJllIjLmcsLAEzJbtB7Q3BV0WctAAkH9FWOwP6//EEQrjvqoSB1S61Zw= Received: by 10.35.82.15 with SMTP id j15mr5972019pyl; Mon, 26 Jun 2006 06:53:49 -0700 (PDT) Received: by 10.35.50.18 with HTTP; Mon, 26 Jun 2006 06:53:49 -0700 (PDT) Message-ID: <2f3a439f0606260653j602e083blf872bef5b94be5a@mail.gmail.com> Date: Mon, 26 Jun 2006 19:23:49 +0530 From: "Aditya Godbole" To: freebsd-hackers@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: New architecture support X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jun 2006 20:13:50 -0000 Hi, If I have to add support for a new architecture, how do I start? I guess I need to get the build system and 'config' utility in place? How do I go about it? -aditya