From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 124161 invoked by alias); 21 May 2019 06:03:05 -0000 Mailing-List: contact libc-help-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: libc-help-owner@sourceware.org Received: (qmail 124145 invoked by uid 89); 21 May 2019 06:03:05 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-6.8 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS autolearn=ham version=3.3.1 spammy= X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 21 May 2019 06:03:04 +0000 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 8A0823097031; Tue, 21 May 2019 06:03:03 +0000 (UTC) Received: from oldenburg2.str.redhat.com (ovpn-116-150.ams2.redhat.com [10.36.116.150]) by smtp.corp.redhat.com (Postfix) with ESMTPS id B01955D9C8; Tue, 21 May 2019 06:03:02 +0000 (UTC) From: Florian Weimer To: Jeffrey Walton Cc: libc-help@sourceware.org Subject: Re: getauxv and ARMv7 platform detection References: Date: Tue, 21 May 2019 06:03:00 -0000 In-Reply-To: (Jeffrey Walton's message of "Mon, 20 May 2019 22:51:47 -0400") Message-ID: <87zhngfip7.fsf@oldenburg2.str.redhat.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-IsSubscribed: yes X-SW-Source: 2019-05/txt/msg00034.txt.bz2 * Jeffrey Walton: > My question is, how do we use getauxval to detect ARMv7 platforms? What is the actual problem you are trying to solve? Thanks, Florian