From patchwork Thu Apr 10 14:34:22 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Liebler X-Patchwork-Id: 338138 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org 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 0C2DB140093 for ; Fri, 11 Apr 2014 00:34:44 +1000 (EST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:to:from:subject:date:message-id:mime-version :content-type; q=dns; s=default; b=iDtfnbLJiV/TC/2a4+xAlghRWxUjh OWdr71SrzZI5vnFXU94Hgz72JMPTf1l9TIc2acWnNeeIDlXtgDsnlHBpeV6ocSUV 0/twL8BJ2JCvkTd4gMj/SZfjbEHo5J+e/fofay5hOeDQs3tVCR8VgKRdhNTxjZfz f/Np9s5GYX30vQ= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:to:from:subject:date:message-id:mime-version :content-type; s=default; bh=G9lHNEyJQiPusXlncFQ7C/2fJXk=; b=eta 8layzHzUXS/fIvDbfXsIvlQGzVyk/7gd1Z7qvWehR3QP1wK0r58DFrvyDVi4/WAk bwaw00McFc5VQZ/Qvqy2zidO8ScU+GwZ1/GIDOzh49M073T9WqMBDt3DMICdB1yE kEcpm3Pr4+cEFw3y1+1e9IwUY5hrZCJLHn+jRHG8= Received: (qmail 19438 invoked by alias); 10 Apr 2014 14:34:39 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 19423 invoked by uid 89); 10 Apr 2014 14:34:38 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.3 required=5.0 tests=AWL, BAYES_00, RCVD_IN_DNSWL_NONE, RP_MATCHES_RCVD, SPF_HELO_PASS, SPF_PASS autolearn=ham version=3.3.2 X-HELO: plane.gmane.org To: libc-alpha@sourceware.org From: Stefan Liebler Subject: [PATCH] S390: Unify configure.ac scripts. Date: Thu, 10 Apr 2014 16:34:22 +0200 Lines: 104 Message-ID: Mime-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 Hi, this patch unifies the configure.ac fragments for s390-32 and s390-64 because they are identical. Tested on S390/S390x. Ok? Bye --- 2014-04-10 Stefan Liebler * sysdeps/s390/s390-32/configure.ac: Unify file with ... * sysdeps/s390/s390-64/configure.ac: ... this ... * sysdeps/s390/configure.ac: ... to here. * sysdeps/s390/s390-32/configure: Delete file. * sysdeps/s390/s390-64/configure: Delete file. * sysdeps/s390/configure: Regenerate. --- diff --git a/sysdeps/s390/configure b/sysdeps/s390/configure new file mode 100644 index 0000000..024565f --- /dev/null +++ b/sysdeps/s390/configure @@ -0,0 +1,5 @@ +# This file is generated from configure.ac by Autoconf. DO NOT EDIT! + # Local configure fragment for sysdeps/s390. + +$as_echo "#define PI_STATIC_AND_HIDDEN 1" >>confdefs.h + diff --git a/sysdeps/s390/configure.ac b/sysdeps/s390/configure.ac new file mode 100644 index 0000000..b5af4e1 --- /dev/null +++ b/sysdeps/s390/configure.ac @@ -0,0 +1,6 @@ +GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory. +# Local configure fragment for sysdeps/s390. + +dnl It is always possible to access static and hidden symbols in an +dnl position independent way. +AC_DEFINE(PI_STATIC_AND_HIDDEN) diff --git a/sysdeps/s390/s390-32/configure b/sysdeps/s390/s390-32/configure deleted file mode 100644 index 024565f..0000000 --- a/sysdeps/s390/s390-32/configure +++ /dev/null @@ -1,5 +0,0 @@ -# This file is generated from configure.ac by Autoconf. DO NOT EDIT! - # Local configure fragment for sysdeps/s390. - -$as_echo "#define PI_STATIC_AND_HIDDEN 1" >>confdefs.h - diff --git a/sysdeps/s390/s390-32/configure.ac b/sysdeps/s390/s390-32/configure.ac deleted file mode 100644 index b5af4e1..0000000 --- a/sysdeps/s390/s390-32/configure.ac +++ /dev/null @@ -1,6 +0,0 @@ -GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory. -# Local configure fragment for sysdeps/s390. - -dnl It is always possible to access static and hidden symbols in an -dnl position independent way. -AC_DEFINE(PI_STATIC_AND_HIDDEN) diff --git a/sysdeps/s390/s390-64/configure b/sysdeps/s390/s390-64/configure deleted file mode 100644 index 024565f..0000000 --- a/sysdeps/s390/s390-64/configure +++ /dev/null @@ -1,5 +0,0 @@ -# This file is generated from configure.ac by Autoconf. DO NOT EDIT! - # Local configure fragment for sysdeps/s390. - -$as_echo "#define PI_STATIC_AND_HIDDEN 1" >>confdefs.h - diff --git a/sysdeps/s390/s390-64/configure.ac b/sysdeps/s390/s390-64/configure.ac deleted file mode 100644 index b5af4e1..0000000 --- a/sysdeps/s390/s390-64/configure.ac +++ /dev/null @@ -1,6 +0,0 @@ -GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory. -# Local configure fragment for sysdeps/s390. - -dnl It is always possible to access static and hidden symbols in an -dnl position independent way. -AC_DEFINE(PI_STATIC_AND_HIDDEN)