From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 48554 invoked by alias); 14 Jun 2018 07:50:17 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 48456 invoked by uid 89); 14 Jun 2018 07:50:16 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-25.9 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_0,GIT_PATCH_1,GIT_PATCH_2,GIT_PATCH_3,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:541 X-HELO: ATCSQR.andestech.com From: Vincent Chen To: , CC: , , Vincent Chen Subject: [PATCH v3 12/13] Add nds32 entries to config.h.in Date: Thu, 14 Jun 2018 07:50:00 -0000 Message-ID: <1528960976-10934-13-git-send-email-vincentc@andestech.com> In-Reply-To: <1528960976-10934-1-git-send-email-vincentc@andestech.com> References: <1528960976-10934-1-git-send-email-vincentc@andestech.com> MIME-Version: 1.0 Content-Type: text/plain X-DNSRBL: X-MAIL:ATCSQR.andestech.com w5E7OMUp036752 X-SW-Source: 2018-06/txt/msg00392.txt.bz2 2018-05-30 Vincent Chen * config.h.in: Regenerate. --- config.h.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.h.in b/config.h.in index 141db21..313ab9d 100644 --- a/config.h.in +++ b/config.h.in @@ -106,6 +106,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 -- 2.7.4