[newlib-cygwin] Fix libgloss arc nsim specs file.

Jeff Johnston jjohnstn@sourceware.org
Wed May 11 16:46:00 GMT 2016


https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=d1d1378d139a8768ea1eb8ba3be73ac6d4e4d4dc

commit d1d1378d139a8768ea1eb8ba3be73ac6d4e4d4dc
Author: Jeff Johnston <jjohnstn@redhat.com>
Date:   Wed May 11 12:45:55 2016 -0400

    Fix libgloss arc nsim specs file.

Diff:
---
 libgloss/arc/nsim.specs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libgloss/arc/nsim.specs b/libgloss/arc/nsim.specs
index ec8724c..508bdb2 100644
--- a/libgloss/arc/nsim.specs
+++ b/libgloss/arc/nsim.specs
@@ -4,7 +4,7 @@
 -lnsim
 
 *nsim_libc:
-%{!specs=nano.specsc} %{specs=nano.specsc_nano}
+%{!specs=nano.specs:-lc} %{specs=nano.specs:-lc_nano}
 
 *link_gcc_c_sequence:
 %(nsim_link_gcc_c_sequence) --start-group %G %(nsim_libc) %(nsim_libgloss) --end-group



More information about the Newlib-cvs mailing list