diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-06-22 05:54:44 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-06-22 05:54:44 +0000 |
commit | 571449c3d98028f2954f52792236f8d644c6bfea (patch) | |
tree | b58d12702a164483cc3d7e449d21e2d41d3cb9dd /sysdeps | |
parent | 62780824a05b1318fbb0646192638f45fe810ae1 (diff) | |
download | glibc-571449c3d98028f2954f52792236f8d644c6bfea.tar.gz glibc-571449c3d98028f2954f52792236f8d644c6bfea.tar.xz glibc-571449c3d98028f2954f52792236f8d644c6bfea.zip |
Additional makefile for Unix on Alpha.
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/unix/alpha/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysdeps/unix/alpha/Makefile b/sysdeps/unix/alpha/Makefile new file mode 100644 index 0000000000..441aa02a83 --- /dev/null +++ b/sysdeps/unix/alpha/Makefile @@ -0,0 +1,3 @@ +ifeq ($(subdir),rt) +librt-sysdep_routines += rt-sysdep +endif |