Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2023-12-31 10:07:04 +0300
committerMike Frysinger <vapier@gentoo.org>2024-01-20 06:23:47 +0300
commitfecb0e5e78ab0b69c4f44af8a803d5ed6387997c (patch)
tree9501f2a2ba391b8b3d5fe691abf0a557e8004541 /libgloss
parentae46a835fe9321b77b3dc880c47614fe2da763d1 (diff)
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.
Diffstat (limited to 'libgloss')
-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 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@