From owner-freebsd-arm@FreeBSD.ORG Wed Sep 11 19:51:14 2013 Return-Path: Delivered-To: arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9E982D17 for ; Wed, 11 Sep 2013 19:51:14 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from mail-ie0-f176.google.com (mail-ie0-f176.google.com [209.85.223.176]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6C04B23D2 for ; Wed, 11 Sep 2013 19:51:14 +0000 (UTC) Received: by mail-ie0-f176.google.com with SMTP id w15so4504462iea.21 for ; Wed, 11 Sep 2013 12:51:07 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:subject:mime-version:content-type:from :in-reply-to:date:cc:content-transfer-encoding:message-id:references :to; bh=yGIfMjAVRR5BvVdoYNkZ1fITvq8DCGABPN6kR8EgnIU=; b=a9UqohMRJdZ7CzMeuqAKsdf7y3l7lnuT6VxOHzdii5AfW7yvV1lIR3fAWl4pHLb7ub jAuhR9B/EM9K5P3Ex2BOFQGMG8cRH4aN1bkckwexGnr4PkHQRdQZGAK3krFpNkAzsap7 EKVEeQcPyPfPxnKe9jK7yPZK+Q967Hy6pd0GPU7nubZJCbFuB3p2jCASaKbTI6kpBLRs rgshqEQyH+wm8yHvMOQ4mZRD1gjsyk2tw9RKqinJFaqVRftF67OZUORzdKQQRdmNU+A+ N8MoRzZSRCCxMl2F8r1WvzxJ/PYUS0bSD2JqnsLU94LbaBAPsa635I6ZXlYk8x0ZfPGU fLcA== X-Gm-Message-State: ALoCoQn0A4rxNgyiPwxzs0/HUgWf2JL7HW97gu8MyePqfK8h2E9gFgPrRKOfEWsiE0v3Mrhdj9yt X-Received: by 10.50.106.102 with SMTP id gt6mr12504869igb.46.1378929067829; Wed, 11 Sep 2013 12:51:07 -0700 (PDT) Received: from [10.30.101.53] ([209.117.142.2]) by mx.google.com with ESMTPSA id ih14sm4255842igb.7.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 11 Sep 2013 12:51:07 -0700 (PDT) Sender: Warner Losh Subject: Re: CVS commit: src/lib/csu Mime-Version: 1.0 (Apple Message framework v1085) Content-Type: text/plain; charset=us-ascii From: Warner Losh In-Reply-To: <201309111049.51003.jhb@freebsd.org> Date: Wed, 11 Sep 2013 13:51:04 -0600 Content-Transfer-Encoding: quoted-printable Message-Id: <18371758-4A05-4C7B-AF7B-AD07AC9529F0@bsdimp.com> References: <24478.1378868144@splode.eterna.com.au> <38D6DE4E-C4E3-4239-A198-51D6AC7711AC@bsdimp.com> <20130911092115.139716ce@bender.Home> <201309111049.51003.jhb@freebsd.org> To: John Baldwin X-Mailer: Apple Mail (2.1085) Cc: "freebsd-arm@freebsd.org" , embedded@freebsd.org, freebsd-embedded@freebsd.org X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Sep 2013 19:51:14 -0000 On Sep 11, 2013, at 8:49 AM, John Baldwin wrote: > On Wednesday, September 11, 2013 4:21:15 am Andrew Turner wrote: >> On Tue, 10 Sep 2013 21:12:51 -0600 >> Warner Losh wrote: >>=20 >>> Perhaps we should do it too... I also like this elf-notes.html idea >>> too... >>=20 >> Something like the patch I've attached from the thread at [1]? It = adds >> a MACHINE_ARCH note type. >=20 > bapt@ will want this for pkgng. It might be nice to go whole hog and = store > the entire triple (MACHINE, MACHINE_ARCH, MACHINE_CPUARCH). MACHINE is just the kernel interface, might be only mildly useful to = pkgng. MACHINE_ARCH is useful since it uniquely defines the ABI we're using, by = definition. MACHINE_CPUARCH can be derived from MACHINE_ARCH and isn't actually = useful to pkgng at all. It is a build-time value to select which files = from our tree to build with. Warner