public inbox for newlib-cvs@sourceware.org
help / color / mirror / Atom feed
From: Jim Wilson <wilson@sourceware.org>
To: newlib-cvs@sourceware.org
Subject: [newlib-cygwin] RISC-V: Fix libnosys build.
Date: Tue, 26 Dec 2017 20:19:00 -0000 [thread overview]
Message-ID: <20171226201921.67208.qmail@sourceware.org> (raw)
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=e807c51d784f4bd8acaecbf2441142e60328c1af
commit e807c51d784f4bd8acaecbf2441142e60328c1af
Author: Jim Wilson <jimw@sifive.com>
Date: Tue Dec 26 12:18:42 2017 -0800
RISC-V: Fix libnosys build.
Diff:
---
libgloss/libnosys/configure | 2 ++
libgloss/libnosys/configure.in | 2 ++
2 files changed, 4 insertions(+)
diff --git a/libgloss/libnosys/configure b/libgloss/libnosys/configure
index 046dca5..7c23c7a 100755
--- a/libgloss/libnosys/configure
+++ b/libgloss/libnosys/configure
@@ -2033,6 +2033,8 @@ case "${target}" in
;;
mn10?00-*-*)
;;
+ riscv*-*-*)
+ ;;
powerpcle-*-pe)
;;
sh*-*-*)
diff --git a/libgloss/libnosys/configure.in b/libgloss/libnosys/configure.in
index d3d8c89..8908217 100644
--- a/libgloss/libnosys/configure.in
+++ b/libgloss/libnosys/configure.in
@@ -67,6 +67,8 @@ case "${target}" in
;;
mn10?00-*-*)
;;
+ riscv*-*-*)
+ ;;
powerpcle-*-pe)
;;
sh*-*-*)
reply other threads:[~2017-12-26 20:19 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20171226201921.67208.qmail@sourceware.org \
--to=wilson@sourceware.org \
--cc=newlib-cvs@sourceware.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).