Add -I elf32-big to objcopy

This commit is contained in:
Laurent Vivier 2004-06-07 18:50:23 +00:00
parent ecfa5bf4a9
commit 378527884e

View File

@ -56,7 +56,7 @@ endif
mv floppy.img.X floppy.img
vmlinux.bin: $(KERNEL)
$(OBJCOPY) -O binary -R .note -R .comment -S $(KERNEL) vmlinux.bin
$(OBJCOPY) -I elf32-big -O binary -R .note -R .comment -S $(KERNEL) vmlinux.bin
vmlinuz: vmlinux.bin
cp vmlinux.bin vmlinuz.out