This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
[PATCH 11/11] Add nds32 entries to config.h.in
- From: vincentc <vincentc at andestech dot com>
- To: <libc-alpha at sourceware dot org>
- Cc: <deanbo422 at gmail dot com>, <cnoize at andestech dot com>, vincentc <vincentc at andestech dot com>
- Date: Sun, 6 May 2018 22:41:25 +0800
- Subject: [PATCH 11/11] Add nds32 entries to config.h.in
- References: <1525617685-32083-1-git-send-email-vincentc@andestech.com>
---
config.h.in | 3 +++
1 file changed, 3 insertions(+)
diff --git a/config.h.in b/config.h.in
index b0b7cf2..42065c8 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