This is the mail archive of the
newlib@sourceware.org
mailing list for the newlib project.
Re: [PATCH 1/3] arc: Support "nano" build of newlib
- From: Jeff Johnston <jjohnstn at redhat dot com>
- To: Anton Kolesov <Anton dot Kolesov at synopsys dot com>
- Cc: newlib at sourceware dot org, Francois Bedard <Francois dot Bedard at synopsys dot com>
- Date: Wed, 11 May 2016 12:47:00 -0400 (EDT)
- Subject: Re: [PATCH 1/3] arc: Support "nano" build of newlib
- Authentication-results: sourceware.org; auth=none
- References: <1461943753-12435-1-git-send-email-Anton dot Kolesov at synopsys dot com> <1400918689 dot 9979715 dot 1461957494724 dot JavaMail dot zimbra at redhat dot com> <39A54937CC95F24AA2F794E2D2B66B13580F51A9 at DE02WEMBXB dot internal dot synopsys dot com> <1627187603 dot 11522467 dot 1462464201785 dot JavaMail dot zimbra at redhat dot com> <39A54937CC95F24AA2F794E2D2B66B13580F6C71 at DE02WEMBXB dot internal dot synopsys dot com> <102473300 dot 11868532 dot 1462564655682 dot JavaMail dot zimbra at redhat dot com> <39A54937CC95F24AA2F794E2D2B66B13580F9E71 at DE02WEMBXB dot internal dot synopsys dot com>
Done.
-- Jeff J.
----- Original Message -----
> One more fix of this problem, for libgloss/arc/nsim.specs, but this is the
> last one.
>
> Anton
>
> > -----Original Message-----
> > From: Jeff Johnston [mailto:jjohnstn@redhat.com]
> > Sent: Friday, May 06, 2016 10:58 PM
> > To: Anton Kolesov <Anton.Kolesov@synopsys.com>
> > Cc: newlib@sourceware.org; Francois Bedard <Francois.Bedard@synopsys.com>
> > Subject: Re: [PATCH 1/3] arc: Support "nano" build of newlib
> >
> > Fixed. I wish people would attach their patches as frequently asked on
> > this mailing list.
> >
> > -- Jeff J.
> >
> > ----- Original Message -----
> > > Hi Jeff,
> > >
> > > Thanks, but now I've also noticed that ":-l" disappeared from nano.specs.
> > > Attaching the patch that corrects that.
> > >
> > > Anton
> > >
> > > > -----Original Message-----
> > > > From: Jeff Johnston [mailto:jjohnstn@redhat.com]
> > > > Sent: Thursday, May 05, 2016 7:03 PM
> > > > To: Anton Kolesov <Anton.Kolesov@synopsys.com>
> > > > Cc: newlib@sourceware.org; Francois Bedard
> > > > <Francois.Bedard@synopsys.com>
> > > > Subject: Re: [PATCH 1/3] arc: Support "nano" build of newlib
> > > >
> > > > Fixed.
> > > >
> > > > -- Jeff J.
> > > >
> > > > ----- Original Message -----
> > > > > Hi Jeff,
> > > > >
> > > > > > >
> > > > > > > +$(NANO_INSTALL):
> > > > > > > + $(mkinstalldirs) $(DESTDIR)${tooldir}/lib${MULTISUBDIR}
> > > > > > > + for x in $(NANO_SCRIPTS); do \
> > > > > > > + $(INSTALL_DATA) $(srcdir)/$$x
> > > > > > > $(DESTDIR)$(tooldir)/lib$(MULTISUBDIR)/$$x; done
> > > > > > > +
> > > > >
> > > > > Unfortunately, tabs in Makefile.in got replaced with spaces, when
> > > > > patch
> > > > > was
> > > > > applied - so now Make complains about syntax errors in
> > > > > libgloss/arc/Makefile.
> > > > >
> > > > > Anton
> > > > >
> > > > >
> > >
>