public inbox for newlib-cvs@sourceware.org
help / color / mirror / Atom feed
* [newlib-cygwin/main] libgloss: microblaze: use port-specific sbrk
@ 2024-01-20  3:46 Michael Frysinger
  0 siblings, 0 replies; only message in thread
From: Michael Frysinger @ 2024-01-20  3:46 UTC (permalink / raw)
  To: newlib-cvs

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

commit fecb0e5e78ab0b69c4f44af8a803d5ed6387997c
Author: Mike Frysinger <vapier@gentoo.org>
Date:   Sun Dec 31 02:07:04 2023 -0500

    libgloss: microblaze: use port-specific sbrk
    
    The default search path uses the common sbrk.c over the microblaze
    one, so add a rule to force the microblaze variant instead.

Diff:
---
 libgloss/microblaze/Makefile.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libgloss/microblaze/Makefile.in b/libgloss/microblaze/Makefile.in
index f1fa286bb..8437378f8 100644
--- a/libgloss/microblaze/Makefile.in
+++ b/libgloss/microblaze/Makefile.in
@@ -122,6 +122,7 @@ linux-crt0.o: linux-crt0.S
 crtinit.o: crtinit.S
 sim-crtinit.o: sim-crtinit.S
 sim-pgcrtinit.o: sim-pgcrtinit.S
+sbrk.o: sbrk.c
 
 # target specific makefile fragment comes in here.
 @target_makefile_frag@

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

only message in thread, other threads:[~2024-01-20  3:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-20  3:46 [newlib-cygwin/main] libgloss: microblaze: use port-specific sbrk Michael Frysinger

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