public inbox for libc-hacker@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Fix alpha build with mq_* support, [BZ #231]
@ 2004-06-21 21:57 Jakub Jelinek
  2004-06-21 22:26 ` Andreas Schwab
  0 siblings, 1 reply; 2+ messages in thread
From: Jakub Jelinek @ 2004-06-21 21:57 UTC (permalink / raw)
  To: qboosh, Ulrich Drepper; +Cc: Glibc hackers

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-06-21 22:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-06-21 21:57 [PATCH] Fix alpha build with mq_* support, [BZ #231] Jakub Jelinek
2004-06-21 22:26 ` Andreas Schwab

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).