File tree Expand file tree Collapse file tree 2 files changed +22
-0
lines changed
platforms/psp/psp-gcc-1.7.1 Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change 1+ # NOTE: This file is generated automatically via template.py. Do not edit manually!
2+
3+
4+ FROM alpine:3.18 as base
5+
6+ RUN mkdir -p /compilers/psp/psp-gcc-1.7.1
7+
8+ RUN wget -O psp-gcc-1.7.1.tar.gz "https://github.com/decompme/compilers/releases/download/compilers/psp-gcc-1.7.1.tar.gz"
9+ RUN tar xvzf psp-gcc-1.7.1.tar.gz -C /compilers/psp/psp-gcc-1.7.1
10+
11+ RUN chown -R root:root /compilers/psp/psp-gcc-1.7.1/
12+ RUN chmod +x /compilers/psp/psp-gcc-1.7.1/*
13+
14+
15+ FROM scratch as release
16+
17+ COPY --from=base /compilers /compilers
Original file line number Diff line number Diff line change @@ -482,6 +482,11 @@ compilers:
482482 template : common/default
483483 file : https://github.com/decompme/compilers/releases/download/compilers/psp-gcc-1.3.1.tar.gz?2024-04-25
484484
485+ - id : psp-gcc-1.7.1
486+ platform : psp
487+ template : common/default
488+ file : https://github.com/decompme/compilers/releases/download/compilers/psp-gcc-1.7.1.tar.gz
489+
485490# MAXOSX
486491 - id : gcc-5370
487492 platform : macosx
You can’t perform that action at this time.
0 commit comments