Remove section .bootstrap from swith_to_PPC.o to be able to put the new one

This commit is contained in:
Laurent Vivier 2007-02-19 15:57:25 +00:00
parent f48db9e15f
commit 93926639bc

View File

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