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:
parent
ae46a835fe
commit
fecb0e5e78
|
@ -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@
|
||||
|
|
Loading…
Reference in New Issue