mirror of
https://github.com/vivier/EMILE.git
synced 2025-08-15 07:27:41 +00:00
Remove section .bootstrap from swith_to_PPC.o to be able to put the new one
This commit is contained in:
@@ -148,6 +148,7 @@ second: second.o
|
|||||||
-O binary second.o second
|
-O binary second.o second
|
||||||
|
|
||||||
second.o: $(OBJS) bootstrap $(TOP)/ld.script
|
second.o: $(OBJS) bootstrap $(TOP)/ld.script
|
||||||
|
$(OBJCOPY) -R .bootstrap switch_to_PPC.o
|
||||||
$(OBJCOPY) --add-section .bootstrap=bootstrap switch_to_PPC.o
|
$(OBJCOPY) --add-section .bootstrap=bootstrap switch_to_PPC.o
|
||||||
$(LD) -T $(TOP)/ld.script -o second.o $(OBJS) $(LIBS)
|
$(LD) -T $(TOP)/ld.script -o second.o $(OBJS) $(LIBS)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user