This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Fix alpha build with mq_* support, [BZ #231]


Hi!

Can you please try this patch?

2004-06-21  Jakub Jelinek  <jakub@redhat.com>

	[BZ #231]
	* sysdeps/unix/alpha/Makefile: New file.
	* sysdeps/unix/alpha/rt-sysdep.S: New file.
	Reported by Jakub Bogusz <qboosh@pld-linux.org>.

--- libc/sysdeps/unix/alpha/rt-sysdep.S.jj	2004-06-21 23:53:45.885782805 +0200
+++ libc/sysdeps/unix/alpha/rt-sysdep.S	2004-04-18 04:28:40.000000000 +0200
@@ -0,0 +1 @@
+#include <sysdep.S>
--- libc/sysdeps/unix/alpha/Makefile.jj	2004-06-21 23:53:52.527592506 +0200
+++ libc/sysdeps/unix/alpha/Makefile	2004-06-21 23:53:56.979794613 +0200
@@ -0,0 +1,3 @@
+ifeq ($(subdir),rt)
+librt-routines += rt-sysdep
+endif

	Jakub


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]