diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-02-10 09:08:52 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-02-10 09:08:52 +0000 |
commit | f954eb1691045c888bfd8eab4ea4e25847f26c11 (patch) | |
tree | e79ecf1cd918ba7c3702425f4ce86cb74ec13a13 /nptl | |
parent | df037172a710c7ce6bbb6fd1ea0883469e8592a5 (diff) | |
download | glibc-f954eb1691045c888bfd8eab4ea4e25847f26c11.tar.gz glibc-f954eb1691045c888bfd8eab4ea4e25847f26c11.tar.xz glibc-f954eb1691045c888bfd8eab4ea4e25847f26c11.zip |
Makefile for SH.
Diffstat (limited to 'nptl')
-rw-r--r-- | nptl/sysdeps/sh/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nptl/sysdeps/sh/Makefile b/nptl/sysdeps/sh/Makefile new file mode 100644 index 0000000000..81bddf688c --- /dev/null +++ b/nptl/sysdeps/sh/Makefile @@ -0,0 +1,3 @@ +ifeq ($(subdir),csu) +gen-as-const-headers += tcb-offsets.sym +endif |