public inbox for newlib-cvs@sourceware.org
help / color / mirror / Atom feed
* [newlib-cygwin] RISC-V: Fix libnosys build.
@ 2017-12-26 20:19 Jim Wilson
  0 siblings, 0 replies; only message in thread
From: Jim Wilson @ 2017-12-26 20:19 UTC (permalink / raw)
  To: newlib-cvs

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*-*-*)


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-12-26 20:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-26 20:19 [newlib-cygwin] RISC-V: Fix libnosys build Jim Wilson

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).