about summary refs log tree commit diff
path: root/sysdeps/m68k/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/m68k/configure.ac')
-rw-r--r--sysdeps/m68k/configure.ac6
1 files changed, 6 insertions, 0 deletions
diff --git a/sysdeps/m68k/configure.ac b/sysdeps/m68k/configure.ac
new file mode 100644
index 0000000000..1c373b1ba3
--- /dev/null
+++ b/sysdeps/m68k/configure.ac
@@ -0,0 +1,6 @@
+GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
+# Local configure fragment for sysdeps/m68k.
+
+# Accessing static and hidden variables in a shared object needs relative
+# relocation.
+AC_DEFINE(HIDDEN_VAR_NEEDS_DYNAMIC_RELOC)