From patchwork Wed Jul 26 15:17:15 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: "REIX, Tony" X-Patchwork-Id: 793977 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=gcc.gnu.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=gcc-patches-return-459027-incoming=patchwork.ozlabs.org@gcc.gnu.org; receiver=) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b="wRKnlxA3"; dkim-atps=neutral Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3xHdyX507Hz9sN5 for ; Thu, 27 Jul 2017 01:17:38 +1000 (AEST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:from :to:cc:subject:date:message-id:content-type:mime-version; q=dns; s=default; b=ZvYqSYR3amdPFYZQW461kVcPNCiC87MI219IGxDpXQyP0e5Rs3 /MKQSELCmwPPnRUIpaa/8HV8Z+o0aVwWUzs0Tm6ni6iHGJYcEKqe4tAyEB4wT5+U tImQsBui7oCsCD9yZy5ELVBNYQfgDW+6nGlSBxnQfBnzX7IchjLqyivoA= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:from :to:cc:subject:date:message-id:content-type:mime-version; s= default; bh=nD2Kg8NEVbrK7ucaztTZEo+v/Pw=; b=wRKnlxA3z7vTvPjK9H4o Me/4ldBwE5gaMKqShO36yaa6TWn8A1nDsItnTPPQH7034i5grwZHqxfwt73LBDNn XMvsM+MLgRGxadt9G3DnB69n88QK2df8+X7orlQZqsJ7pOpy/PnxSQvy3eRINLIv +mMIxJznTVb3/FDrE2U1m2s= Received: (qmail 109213 invoked by alias); 26 Jul 2017 15:17:30 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 109201 invoked by uid 89); 26 Jul 2017 15:17:29 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-9.7 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_2, GIT_PATCH_3, KAM_ASCII_DIVIDERS, KAM_LAZY_DOMAIN_SECURITY, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=ham version=3.3.2 spammy=H*c:HHH, office, france, Office X-HELO: smtppost.atos.net Received: from smtppost.atos.net (HELO smtppost.atos.net) (193.56.114.166) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 26 Jul 2017 15:17:27 +0000 Received: from mail3-ext.my-it-solutions.net (mail3-ext.my-it-solutions.net) by smarthost6.atos.net with smtp (TLS: TLSv1/SSLv3,256bits,ECDHE-RSA-AES256-GCM-SHA384) id 44d1_2e7e_4608ced9_dd6e_4013_91a2_766a5b34abfc; Wed, 26 Jul 2017 17:17:19 +0200 Received: from mail1-int.my-it-solutions.net ([10.92.32.11]) by mail3-ext.my-it-solutions.net (8.15.2/8.15.2) with ESMTPS id v6QFHHjr027389 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Wed, 26 Jul 2017 17:17:18 +0200 Received: from FRAUVJ99ET2MSX.ww931.my-it-solutions.net ([172.23.231.42]) by mail1-int.my-it-solutions.net (8.15.2/8.15.2) with ESMTPS id v6QFHG7r009941 (version=TLSv1 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL); Wed, 26 Jul 2017 17:17:16 +0200 Received: from FRCRPVV9ET6MSX.ww931.my-it-solutions.net (172.23.231.68) by FRAUVJ99ET2MSX.ww931.my-it-solutions.net (172.23.231.42) with Microsoft SMTP Server (TLS) id 14.3.352.0; Wed, 26 Jul 2017 17:17:16 +0200 Received: from FRCRPVV9EX4MSX.ww931.my-it-solutions.net ([169.254.7.210]) by FRCRPVV9ET6MSX.ww931.my-it-solutions.net ([172.23.231.68]) with mapi id 14.03.0352.000; Wed, 26 Jul 2017 17:17:16 +0200 From: "REIX, Tony" To: "gcc-patches@gcc.gnu.org" CC: Ian Lance Taylor , "dje.gcc@gmail.com" Subject: [PATCH,AIX] Enable libffi for AIX Date: Wed, 26 Jul 2017 15:17:15 +0000 Message-ID: MIME-Version: 1.0 Description: * This patch enables libffi on AIX. Tests: * Fedora25/x86_64 + GCC trunk : Configure/Build: SUCCESS - build made by means of gmake. ChangeLog: * configure.ac, configure: Enable libffi for AIX Cordialement, Tony Reix Bull - ATOS IBM Coop Architect & Technical Leader Office : +33 (0) 4 76 29 72 67 1 rue de Provence - 38432 Échirolles - France www.atos.net Index: ChangeLog =================================================================== --- ChangeLog (révision 250563) +++ ChangeLog (copie de travail) @@ -1,3 +1,8 @@ +2017-07-26 Tony Reix + + * configure.ac, configure: Enable Go for AIX + * configure.ac, configure: Enable libffi for AIX + 2017-07-19 Yury Gribov * MAINTAINERS: Add myself. Index: configure =================================================================== --- configure (révision 250563) +++ configure (copie de travail) @@ -3463,11 +3463,8 @@ case "${target}" in noconfigdirs="$noconfigdirs target-libffi" ;; powerpc-*-aix*) - # copied from rs6000-*-* entry - noconfigdirs="$noconfigdirs target-libffi" ;; rs6000-*-aix*) - noconfigdirs="$noconfigdirs target-libffi" ;; ft32-*-*) noconfigdirs="$noconfigdirs target-libffi" Index: configure.ac =================================================================== --- configure.ac (révision 250563) +++ configure.ac (copie de travail) @@ -791,11 +791,8 @@ case "${target}" in noconfigdirs="$noconfigdirs target-libffi" ;; powerpc-*-aix*) - # copied from rs6000-*-* entry - noconfigdirs="$noconfigdirs target-libffi" ;; rs6000-*-aix*) - noconfigdirs="$noconfigdirs target-libffi" ;; ft32-*-*) noconfigdirs="$noconfigdirs target-libffi"