From mboxrd@z Thu Jan 1 00:00:00 1970 From: Laurent Bigonville Subject: Questions about --with-alpha and --with-armeb configure flags Date: Fri, 16 Nov 2012 18:00:56 +0100 Message-ID: <20121116180056.47bf4d60@soldur.bigon.be> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mx1.redhat.com (ext-mx13.extmail.prod.ext.phx2.redhat.com [10.5.110.18]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id qAGH7GBT020673 for ; Fri, 16 Nov 2012 12:07:16 -0500 Received: from anor.bigon.be (anor.bigon.be [91.121.173.99]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id qAGH7DbZ011330 for ; Fri, 16 Nov 2012 12:07:14 -0500 Received: from localhost (localhost.localdomain [127.0.0.1]) by anor.bigon.be (Postfix) with ESMTP id 656B11A055 for ; Fri, 16 Nov 2012 18:00:35 +0100 (CET) Received: from anor.bigon.be ([127.0.0.1]) by localhost (anor.bigon.be [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id uOByo72z5XHv for ; Fri, 16 Nov 2012 18:00:34 +0100 (CET) Received: from soldur.bigon.be (d54C6D43E.access.telenet.be [84.198.212.62]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (Client did not present a certificate) (Authenticated sender: bigon) by anor.bigon.be (Postfix) with ESMTPSA id 1BA171A054 for ; Fri, 16 Nov 2012 18:00:34 +0100 (CET) List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-audit-bounces@redhat.com Errors-To: linux-audit-bounces@redhat.com To: linux-audit@redhat.com List-Id: linux-audit@redhat.com Hello, I've several questions about the --with-alpha and --with-armeb build-time flags. 1) are --with-alpha and --with-armeb intended to be enabled only on these architectures on could they also be enabled on any other one? If I understand correctly it's only adding arch detection and syscall tables to ausyscall. Why are these syscall table conditional? 2) Is --with-armeb meant for ARMEB (aka ARM big-endian) or is it meant for ARM with embedded ABI? The help message of the configure says the later but it seems to be badly named. If somebody could enlighten me, Kind regards Laurent Bigonville