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/Makefile | |
parent | 33ff7b398830522ef5ef39fa3bbd9249944f7404 (diff) | |
download | glibc-0be8ae3679570ff9a193615a035fc8074a8c704f.zip glibc-0be8ae3679570ff9a193615a035fc8074a8c704f.tar.gz glibc-0be8ae3679570ff9a193615a035fc8074a8c704f.tar.bz2 |
ARC: Build Infrastructure
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Diffstat (limited to 'sysdeps/arc/Makefile')
-rw-r--r-- | sysdeps/arc/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/sysdeps/arc/Makefile b/sysdeps/arc/Makefile new file mode 100644 index 0000000..d5a702e --- /dev/null +++ b/sysdeps/arc/Makefile @@ -0,0 +1,21 @@ +# ARC Makefile +# 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/>. + +# We don't support long doubles as a distinct type. We don't need to set +# this variable; it's here mostly for documentational purposes. +long-double-fcts = no |