From: Ulrich Drepper Date: Tue, 22 Jun 2004 05:54:44 +0000 (+0000) Subject: Additional makefile for Unix on Alpha. X-Git-Tag: glibc-2.16-ports-before-merge~1165 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be8cedf82f3d6b7542c34eef97e2a714d1202b67;p=thirdparty%2Fglibc.git Additional makefile for Unix on Alpha. --- diff --git a/sysdeps/unix/alpha/Makefile b/sysdeps/unix/alpha/Makefile new file mode 100644 index 00000000000..441aa02a838 --- /dev/null +++ b/sysdeps/unix/alpha/Makefile @@ -0,0 +1,3 @@ +ifeq ($(subdir),rt) +librt-sysdep_routines += rt-sysdep +endif