diff options
author | Vineet Gupta <vgupta@synopsys.com> | 2018-10-23 15:39:50 -0700 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2020-07-10 16:08:45 -0700 |
commit | 0be8ae3679570ff9a193615a035fc8074a8c704f (patch) | |
tree | b5924dd11569bd5ca98dbdfc0a448bed440ee478 /sysdeps/arc/nptl | |
parent | 33ff7b398830522ef5ef39fa3bbd9249944f7404 (diff) | |
download | glibc-0be8ae3679570ff9a193615a035fc8074a8c704f.tar.gz glibc-0be8ae3679570ff9a193615a035fc8074a8c704f.tar.xz glibc-0be8ae3679570ff9a193615a035fc8074a8c704f.zip |
ARC: Build Infrastructure
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Diffstat (limited to 'sysdeps/arc/nptl')
-rw-r--r-- | sysdeps/arc/nptl/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/sysdeps/arc/nptl/Makefile b/sysdeps/arc/nptl/Makefile new file mode 100644 index 0000000000..42be624517 --- /dev/null +++ b/sysdeps/arc/nptl/Makefile @@ -0,0 +1,22 @@ +# NPTL makefile fragment for ARC. +# Copyright (C) 2020 Free Software Foundation, Inc. +# +# This file is part of the GNU C Library. +# +# The GNU C Library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# The GNU C Library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with the GNU C Library. If not, see +# <https://www.gnu.org/licenses/>. + +ifeq ($(subdir),csu) +gen-as-const-headers += tcb-offsets.sym +endif |