From mboxrd@z Thu Jan 1 00:00:00 1970 From: AKASHI Takahiro Subject: Audit Cross Compile Support Date: Tue, 12 Nov 2013 19:15:36 +0900 Message-ID: <5281FFC8.2040600@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: Received: from mx1.redhat.com (ext-mx12.extmail.prod.ext.phx2.redhat.com [10.5.110.17]) by int-mx12.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id rACAFjxo000817 for ; Tue, 12 Nov 2013 05:15:46 -0500 Received: from mail-pb0-f54.google.com (mail-pb0-f54.google.com [209.85.160.54]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id rACAFirk008211 for ; Tue, 12 Nov 2013 05:15:44 -0500 Received: by mail-pb0-f54.google.com with SMTP id ro12so3622963pbb.13 for ; Tue, 12 Nov 2013 02:15:44 -0800 (PST) List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-audit-bounces@redhat.com Errors-To: linux-audit-bounces@redhat.com To: clshotwe@rockwellcollins.com Cc: "linux-audit@redhat.com" List-Id: linux-audit@redhat.com Hello Clayton, I picked up your patches and tried to cross-build the package for AArch64. In the following code of lib/gen_tables.py, parser.add_argument('--i2s', dest='gen_i2s', action='', should be parser.add_argument('--i2s', dest='gen_i2s', action='store_true', Right? -Takahiro AKASHI