glibc/0001-Sw64-Add-Sw64-entries-to-config.h.in.patch
swcompiler 55189b18b5 Sw64: Add Sw64 ISA support
(cherry picked from commit 7c7ae25b26c3c937686ae3f686a768532b14ec36)
2025-01-04 15:06:39 +08:00

27 lines
668 B
Diff

From 7c6998e5e80b9690bf770ec093c7ae6a4a41a088 Mon Sep 17 00:00:00 2001
From: swcompiler <lc@wxiat.com>
Date: Fri, 29 Nov 2024 13:39:15 +0800
Subject: [PATCH 01/23] Sw64: Add Sw64 entries to config.h.in
---
config.h.in | 3 +++
1 file changed, 3 insertions(+)
diff --git a/config.h.in b/config.h.in
index 0dedc124..dbc566e5 100644
--- a/config.h.in
+++ b/config.h.in
@@ -29,6 +29,9 @@
/* On powerpc*, define if scv should be used for syscalls (when available). */
#undef USE_PPC_SCV
+/* Sw64 new Libc version */
+#undef HAVE_SW64_NEW_LIBCVERSION
+
/* Define if _Unwind_Find_FDE should be exported from glibc. */
#undef EXPORT_UNWIND_FIND_FDE
--
2.25.1