From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1521) id A113F385842D; Tue, 2 Jan 2024 04:38:24 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A113F385842D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1704170304; bh=Mcr4lNAfuWtPfKnXl5JQaHbo38WRejoCn+edBFsrNIs=; h=From:To:Subject:Date:From; b=vBhwWfV/TLj63PEsVqz+GiDeuxm9tyDVxotUCWobLhJiL+G6qr7LgVOJ27sDz7CsZ L/x7ZTxCtr5B9yb9eu+GX/W3QWDne8ann8EfCKK/RCn++SEnbvnCGpFey40NGI7NSu ltff/rh3pHCgf0HVSNdEr2YQ4zVn/M51lXS7hwpc= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Michael Frysinger To: newlib-cvs@sourceware.org Subject: [newlib-cygwin/users/vapier/wip] libgloss: sparc: always install erc32 sim files X-Act-Checkin: newlib-cygwin X-Git-Author: Mike Frysinger X-Git-Refname: refs/heads/users/vapier/wip X-Git-Oldrev: 9681f7fe5359dbe66acc815083da6d727b189374 X-Git-Newrev: f37eecdedc99945d75d988b4aa64a933bebfc7fd Message-Id: <20240102043824.A113F385842D@sourceware.org> Date: Tue, 2 Jan 2024 04:38:24 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dnewlib-cygwin.git;h=3Df37eecdedc9= 9945d75d988b4aa64a933bebfc7fd commit f37eecdedc99945d75d988b4aa64a933bebfc7fd Author: Mike Frysinger Date: Fri Dec 29 01:31:10 2023 -0500 libgloss: sparc: always install erc32 sim files =20 These are already compiled for all sparc targets, so we might as well install them all the time so they can be used with the erc32 sim. Diff: --- libgloss/sparc/Makefile.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libgloss/sparc/Makefile.in b/libgloss/sparc/Makefile.in index c99d92a63..eac5a1c27 100644 --- a/libgloss/sparc/Makefile.in +++ b/libgloss/sparc/Makefile.in @@ -176,6 +176,9 @@ $(objdir)/cygmon.ld: $(srcdir)/@SPARC_CYGMONLDSCRIPTTEM= PL@ install: $($(CPU)_INSTALL) ${mkinstalldirs} ${DESTDIR}${tooldir}/lib${MULTISUBDIR} $(INSTALL_DATA) $(CRT0) $(DESTDIR)$(tooldir)/lib${MULTISUBDIR}/$(CRT0) + $(INSTALL_DATA) $(objdir)/traps.o $(DESTDIR)$(tooldir)/lib${MULTISUBDIR} + $(INSTALL_DATA) $(ERC32_CRT0) $(DESTDIR)$(tooldir)/lib${MULTISUBDIR} + $(INSTALL_DATA) $(ERC32_BSP) $(DESTDIR)$(tooldir)/lib${MULTISUBDIR} =20 sparc-install: ${mkinstalldirs} ${DESTDIR}${tooldir}/lib${MULTISUBDIR} @@ -195,9 +198,6 @@ slite-install: $(INSTALL_DATA) $(srcdir)/ex934.ld $(DESTDIR)$(tooldir)/lib${MULTISUBDIR} $(INSTALL_DATA) $(srcdir)/sparc86x.ld $(DESTDIR)$(tooldir)/lib${MULTISUBD= IR} $(INSTALL_DATA) $(srcdir)/elfsim.ld $(DESTDIR)$(tooldir)/lib${MULTISUBDIR} - $(INSTALL_DATA) $(ERC32_CRT0) $(DESTDIR)$(tooldir)/lib${MULTISUBDIR} - $(INSTALL_DATA) $(ERC32_BSP) $(DESTDIR)$(tooldir)/lib${MULTISUBDIR} - $(INSTALL_DATA) $(objdir)/traps.o $(DESTDIR)$(tooldir)/lib${MULTISUBDIR} $(INSTALL_DATA) $(CYGMON_BSP) $(DESTDIR)$(tooldir)/lib${MULTISUBDIR} $(INSTALL_DATA) $(CYGMON_OBJS) $(DESTDIR)$(tooldir)/lib${MULTISUBDIR} $(INSTALL_DATA) $(objdir)/cygmon.ld $(DESTDIR)$(tooldir)/lib${MULTISUBDIR}