public inbox for newlib@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 1/2] libgloss: microblaze: use port-specific sbrk
@ 2023-12-31  7:08 Mike Frysinger
  2023-12-31  7:08 ` [PATCH 2/2] libgloss: merge microblaze into top-level Makefile Mike Frysinger
  0 siblings, 1 reply; 2+ messages in thread
From: Mike Frysinger @ 2023-12-31  7:08 UTC (permalink / raw)
  To: newlib

The default search path uses the common sbrk.c over the microblaze
one, so add a rule to force the microblaze variant instead.
---
 libgloss/microblaze/Makefile.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libgloss/microblaze/Makefile.in b/libgloss/microblaze/Makefile.in
index f1fa286bbc96..8437378f8dab 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@
-- 
2.43.0


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-12-31  7:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-31  7:08 [PATCH 1/2] libgloss: microblaze: use port-specific sbrk Mike Frysinger
2023-12-31  7:08 ` [PATCH 2/2] libgloss: merge microblaze into top-level Makefile Mike 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).