public inbox for newlib@sourceware.org
 help / color / mirror / Atom feed
From: Mike Frysinger <vapier@gentoo.org>
To: newlib@sourceware.org
Subject: [PATCH 1/2] libgloss: microblaze: use port-specific sbrk
Date: Sun, 31 Dec 2023 02:08:31 -0500	[thread overview]
Message-ID: <20231231070832.26576-1-vapier@gentoo.org> (raw)

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


             reply	other threads:[~2023-12-31  7:08 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-31  7:08 Mike Frysinger [this message]
2023-12-31  7:08 ` [PATCH 2/2] libgloss: merge microblaze into top-level Makefile Mike Frysinger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20231231070832.26576-1-vapier@gentoo.org \
    --to=vapier@gentoo.org \
    --cc=newlib@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).