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.
This commit is contained in:
Mike Frysinger 2023-12-31 02:07:04 -05:00
parent ae46a835fe
commit fecb0e5e78
1 changed files with 1 additions and 0 deletions

View File

@ -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@