aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2023-12-31 02:07:04 -0500
committerMike Frysinger <vapier@gentoo.org>2024-01-19 22:23:47 -0500
commitfecb0e5e78ab0b69c4f44af8a803d5ed6387997c (patch)
tree9501f2a2ba391b8b3d5fe691abf0a557e8004541
parentae46a835fe9321b77b3dc880c47614fe2da763d1 (diff)
downloadnewlib-fecb0e5e78ab0b69c4f44af8a803d5ed6387997c.zip
newlib-fecb0e5e78ab0b69c4f44af8a803d5ed6387997c.tar.gz
newlib-fecb0e5e78ab0b69c4f44af8a803d5ed6387997c.tar.bz2
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.
-rw-r--r--libgloss/microblaze/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/libgloss/microblaze/Makefile.in b/libgloss/microblaze/Makefile.in
index f1fa286..8437378 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@