summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/libgcc_s.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysdeps/linux/common/libgcc_s.h')
-rw-r--r--libc/sysdeps/linux/common/libgcc_s.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/common/libgcc_s.h b/libc/sysdeps/linux/common/libgcc_s.h
index e74a1034c..bf43d78a7 100644
--- a/libc/sysdeps/linux/common/libgcc_s.h
+++ b/libc/sysdeps/linux/common/libgcc_s.h
@@ -1,2 +1,6 @@
/* Name of libgcc_s library provided by gcc. */
+#if defined(__m68k__)
+#define LIBGCC_S_SO "libgcc_s.so.2"
+#else
#define LIBGCC_S_SO "libgcc_s.so.1"
+#endif