mirror of
https://github.com/Polprzewodnikowy/SummerCart64.git
synced 2025-01-26 03:15:26 +01:00
use updated open source IPL3 with working compression
This commit is contained in:
parent
fd8395fcc0
commit
67a1dbdd50
@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
BUILDER_IMAGE="ghcr.io/polprzewodnikowy/sc64env:v1.7"
|
||||
BUILDER_IMAGE="ghcr.io/polprzewodnikowy/sc64env:v1.8"
|
||||
|
||||
pushd $(dirname $0) > /dev/null
|
||||
|
||||
|
@ -84,7 +84,7 @@ $(BUILD_DIR)/bootloader.bin: $(BUILD_DIR)/bootloader.elf
|
||||
@cp $< $<.stripped
|
||||
@$(STRIP) -s $<.stripped
|
||||
@cp $<.stripped $<.compressed
|
||||
@$(N64_ELFCOMPRESS) -c 0 -o $(dir $<) $<.compressed
|
||||
@$(N64_ELFCOMPRESS) -c 2 -o $(dir $<) $<.compressed
|
||||
@$(N64_TOOL) --title "SC64 bootloader" --output $@ --align 256 $<.compressed
|
||||
|
||||
all: $(BUILD_DIR)/bootloader.bin
|
||||
|
Loading…
x
Reference in New Issue
Block a user