This is the mail archive of the newlib-cvs@sourceware.org mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[newlib-cygwin] Fix libgloss/arc/nano.specs file.


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

commit 3312579f44d4ba386d0e16ade913e465a84853d4
Author: Jeff Johnston <jjohnstn@redhat.com>
Date:   Fri May 6 15:55:49 2016 -0400

    Fix libgloss/arc/nano.specs file.

Diff:
---
 libgloss/arc/nano.specs | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libgloss/arc/nano.specs b/libgloss/arc/nano.specs
index dc9cbf3..91ab61d 100644
--- a/libgloss/arc/nano.specs
+++ b/libgloss/arc/nano.specs
@@ -5,7 +5,7 @@
 -lc_nano
 
 *nano_libgloss:
-%{specs=nsim.specsnsim} %{specs=nosys.specsnosys}
+%{specs=nsim.specs:-lnsim} %{specs=nosys.specs:-lnosys}
 
 *link_gcc_c_sequence:
 %(nano_link_gcc_c_sequence) --start-group %G %(nano_libc) %(nano_libgloss) --end-group
@@ -14,5 +14,5 @@
 %(nano_link) %:replace-outfile(-lc -lc_nano) %:replace-outfile(-lg -lg_nano) %:replace-outfile(-lstdc++ -lstdc++_nano) %:replace-outfile(-lsupc++ -lsupc++_nano)
 
 *lib:
-%{!shared:%{g*g_nano} %{!p:%{!pgc_nano}}%{pc_p}%{pgc_p}}
+%{!shared:%{g*:-lg_nano} %{!p:%{!pg:-lc_nano}}%{p:-lc_p}%{pg:-lc_p}}


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]