mirror of
https://github.com/vivier/EMILE.git
synced 2024-12-22 10:29:31 +00:00
Remove section .bootstrap from swith_to_PPC.o to be able to put the new one
This commit is contained in:
parent
f48db9e15f
commit
93926639bc
@ -148,6 +148,7 @@ second: second.o
|
||||
-O binary second.o second
|
||||
|
||||
second.o: $(OBJS) bootstrap $(TOP)/ld.script
|
||||
$(OBJCOPY) -R .bootstrap switch_to_PPC.o
|
||||
$(OBJCOPY) --add-section .bootstrap=bootstrap switch_to_PPC.o
|
||||
$(LD) -T $(TOP)/ld.script -o second.o $(OBJS) $(LIBS)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user