mirror of
https://github.com/vivier/EMILE.git
synced 2026-04-26 19:17:45 +00:00
Add bootstrap section in swith_to_PPC.o instead of main.o
This commit is contained in:
+1
-1
@@ -148,7 +148,7 @@ second: second.o
|
||||
-O binary second.o second
|
||||
|
||||
second.o: $(OBJS) bootstrap $(TOP)/ld.script
|
||||
$(OBJCOPY) --add-section .bootstrap=bootstrap main.o
|
||||
$(OBJCOPY) --add-section .bootstrap=bootstrap switch_to_PPC.o
|
||||
$(LD) -T $(TOP)/ld.script -o second.o $(OBJS) $(LIBS)
|
||||
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user