From patchwork Fri Feb 8 22:11:22 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Florian Weimer X-Patchwork-Id: 31371 Received: (qmail 24643 invoked by alias); 8 Feb 2019 22:11:29 -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 24559 invoked by uid 89); 8 Feb 2019 22:11:29 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-16.9 required=5.0 tests=BAYES_00, GIT_PATCH_0, GIT_PATCH_1, SPF_HELO_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mx1.redhat.com Date: Fri, 08 Feb 2019 23:11:22 +0100 To: libc-alpha@sourceware.org Subject: [PATCH COMMITTED] math: Enable sysdeps override User-Agent: Heirloom mailx 12.5 7/5/10 MIME-Version: 1.0 Message-Id: <20190208221122.BCB708417D26@oldenburg2.str.redhat.com> From: Florian Weimer sysdeps/ia64/fpu/bits/math-finite.h exists and will be installed on ia64, but during the build, the default math/bits/math-finite.h file is used, which is wrong. Fixes commit 0ac5ae2335292908f39031b1ea9fe8edce433c0f ("Optimize libm"). 2019-02-08 Florian Weimer math: Enable sysdeps override, as used on ia64. * math/bits/math-finite.h: Move to ... * bits/math-finite.h: ... here. diff --git a/math/bits/math-finite.h b/bits/math-finite.h similarity index 100% rename from math/bits/math-finite.h rename to bits/math-finite.h