This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
[hurd,commited] hurd: mach/hurd/i386 also needs mach/hurd/x86
- From: Samuel Thibault <samuel dot thibault at ens-lyon dot org>
- To: libc-alpha at sourceware dot org
- Cc: Samuel Thibault <samuel dot thibault at ens-lyon dot org>
- Date: Sun, 3 Sep 2017 13:40:24 +0200
- Subject: [hurd,commited] hurd: mach/hurd/i386 also needs mach/hurd/x86
- Authentication-results: sourceware.org; auth=none
* sysdeps/mach/hurd/i386/Implies: Add mach/hurd/x86.
---
ChangeLog | 1 +
sysdeps/mach/hurd/i386/Implies | 1 +
2 files changed, 2 insertions(+)
create mode 100644 sysdeps/mach/hurd/i386/Implies
diff --git a/ChangeLog b/ChangeLog
index a43030fe3d..ebabb12a8e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -29,6 +29,7 @@
* sysdeps/x86/fpu/include/bits/fenv.h [NO_HIDDEN]: Redirect
__feraiseexcept_renamed to feraiseexcept instead of
__GI_feraiseexcept.
+ * sysdeps/mach/hurd/i386/Implies: Add mach/hurd/x86.
2017-09-01 Joseph Myers <joseph@codesourcery.com>
diff --git a/sysdeps/mach/hurd/i386/Implies b/sysdeps/mach/hurd/i386/Implies
new file mode 100644
index 0000000000..94db5e92ef
--- /dev/null
+++ b/sysdeps/mach/hurd/i386/Implies
@@ -0,0 +1 @@
+mach/hurd/x86
--
2.14.1