From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15623 invoked by alias); 21 May 2019 06:11:06 -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 15607 invoked by uid 89); 21 May 2019 06:11:05 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=HX-Google-Smtp-Source:APXvYqw, HX-Languages-Length:333 X-HELO: mail-it1-f177.google.com Received: from mail-it1-f177.google.com (HELO mail-it1-f177.google.com) (209.85.166.177) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 21 May 2019 06:11:04 +0000 Received: by mail-it1-f177.google.com with SMTP id u186so2902714ith.0 for ; Mon, 20 May 2019 23:11:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:reply-to:from:date:message-id :subject:to:cc; bh=HcxvxPL/MW6QsZKTu/0T0DNXX/bpMVMnue9e3VRe2kM=; b=HHlhj7vBi37x8O9D+Iv17oWSeXcZI5NgNFV7VKvtF0DXzsy9ldiuaya6iGXPeaLoDw Bd2nrNa2IYwZ/IaSbwg107AIWRMr1IqanNRirwac5CLBlf1mS8n3g0j7j3apFrOTiqD1 QC/u7Gdqa4LxmzXxr6M6L/sthXy2bRuw+PDLA/FMhZn9EXaRjtPaExhFxYObqjxL3mBr 851VQF2Ln8SA9Py/Y0kQ1ND4sMYuhFWQN0kZ+TeOMfH5R5SdFwUDDY1jXKAUQvYQEFbB L4GGMs/A+Hr2A2V6y1RET0rDX19WoNjzvfgFPI3nyPuCY3OwUNAzDI90i+TgEHmHQB7/ 9Dvw== MIME-Version: 1.0 References: <87zhngfip7.fsf@oldenburg2.str.redhat.com> In-Reply-To: <87zhngfip7.fsf@oldenburg2.str.redhat.com> Reply-To: noloader@gmail.com From: Jeffrey Walton Date: Tue, 21 May 2019 06:11:00 -0000 Message-ID: Subject: Re: getauxv and ARMv7 platform detection To: Florian Weimer Cc: libc-help@sourceware.org Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2019-05/txt/msg00035.txt.bz2 On Tue, May 21, 2019 at 2:03 AM Florian Weimer wrote: > > * Jeffrey Walton: > > > My question is, how do we use getauxval to detect ARMv7 platforms? > > What is the actual problem you are trying to solve? I'm trying to detect if the platform is ARMv7 at runtime. Jeff