From patchwork Wed Jun 5 11:56:54 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vincent Chen X-Patchwork-Id: 33023 Received: (qmail 92072 invoked by alias); 5 Jun 2019 11:58:14 -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 91982 invoked by uid 89); 5 Jun 2019 11:58:13 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-24.5 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, RDNS_DYNAMIC, SPF_PASS, TVD_RCVD_IP autolearn=ham version=3.3.1 spammy= X-HELO: ATCSQR.andestech.com From: Vincent Chen To: , CC: , , Subject: [PATCH v4 10/11] Add nds32 entries to config.h.in Date: Wed, 5 Jun 2019 19:56:54 +0800 Message-ID: <1559735815-20093-11-git-send-email-vincentc@andestech.com> In-Reply-To: <1559735815-20093-1-git-send-email-vincentc@andestech.com> References: <1559735815-20093-1-git-send-email-vincentc@andestech.com> MIME-Version: 1.0 X-DNSRBL: X-MAIL: ATCSQR.andestech.com x55BpkAH068372 2019-06-03 Vincent Chen 2019-06-03 CheWei Chuang * config.h.in: Regenerate. --- config.h.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.h.in b/config.h.in index 824dfe8..83ad56c 100644 --- a/config.h.in +++ b/config.h.in @@ -124,6 +124,9 @@ /* RISC-V floating-point ABI for ld.so. */ #undef RISCV_ABI_FLEN +/* NDS32 floating-point ABI for ld.so. */ +#undef NDS32_ABI_TYPE + /* Linux specific: minimum supported kernel version. */ #undef __LINUX_KERNEL_VERSION