Skip to content

Commit 46c2e1c

Browse files
authored
Bump maspsx (#56)
1 parent 923b5d0 commit 46c2e1c

22 files changed

Lines changed: 43 additions & 43 deletions

File tree

platforms/ps1/gcc2.5.7-mipsel/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ RUN mkdir -p /compilers/ps1/gcc2.5.7-mipsel
88
RUN wget -O gcc-2.5.7.tar.gz "https://github.com/decompals/old-gcc/releases/download/0.7/gcc-2.5.7.tar.gz"
99
RUN tar xvzf gcc-2.5.7.tar.gz -C /compilers/ps1/gcc2.5.7-mipsel
1010

11-
RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/8b58a4005ebf855e2f9a19cda5b07f0148feab69.zip
11+
RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/cae9594f3e8fa76e2255c4624da4584364a37c27.zip
1212
RUN unzip maspsx.zip
13-
RUN cp -r maspsx-8b58a4005ebf855e2f9a19cda5b07f0148feab69 /compilers/ps1/gcc2.5.7-mipsel/maspsx
13+
RUN cp -r maspsx-cae9594f3e8fa76e2255c4624da4584364a37c27 /compilers/ps1/gcc2.5.7-mipsel/maspsx
1414

1515
RUN echo '#!/bin/bash' >> as
1616
RUN echo 'python3 $(dirname -- $0)/maspsx/maspsx.py --run-assembler -I${COMPILER_DIR} $@' >> as

platforms/ps1/gcc2.5.7-psx/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ RUN mkdir -p /compilers/ps1/gcc2.5.7-psx
88
RUN wget -O gcc-2.5.7-psx.tar.gz "https://github.com/decompals/old-gcc/releases/download/0.12/gcc-2.5.7-psx.tar.gz"
99
RUN tar xvzf gcc-2.5.7-psx.tar.gz -C /compilers/ps1/gcc2.5.7-psx
1010

11-
RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/8b58a4005ebf855e2f9a19cda5b07f0148feab69.zip
11+
RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/cae9594f3e8fa76e2255c4624da4584364a37c27.zip
1212
RUN unzip maspsx.zip
13-
RUN cp -r maspsx-8b58a4005ebf855e2f9a19cda5b07f0148feab69 /compilers/ps1/gcc2.5.7-psx/maspsx
13+
RUN cp -r maspsx-cae9594f3e8fa76e2255c4624da4584364a37c27 /compilers/ps1/gcc2.5.7-psx/maspsx
1414

1515
RUN echo '#!/bin/bash' >> as
1616
RUN echo 'python3 $(dirname -- $0)/maspsx/maspsx.py --run-assembler -I${COMPILER_DIR} $@' >> as

platforms/ps1/gcc2.6.0-mipsel/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ RUN mkdir -p /compilers/ps1/gcc2.6.0-mipsel
88
RUN wget -O gcc-2.6.0.tar.gz "https://github.com/decompals/old-gcc/releases/download/0.7/gcc-2.6.0.tar.gz"
99
RUN tar xvzf gcc-2.6.0.tar.gz -C /compilers/ps1/gcc2.6.0-mipsel
1010

11-
RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/8b58a4005ebf855e2f9a19cda5b07f0148feab69.zip
11+
RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/cae9594f3e8fa76e2255c4624da4584364a37c27.zip
1212
RUN unzip maspsx.zip
13-
RUN cp -r maspsx-8b58a4005ebf855e2f9a19cda5b07f0148feab69 /compilers/ps1/gcc2.6.0-mipsel/maspsx
13+
RUN cp -r maspsx-cae9594f3e8fa76e2255c4624da4584364a37c27 /compilers/ps1/gcc2.6.0-mipsel/maspsx
1414

1515
RUN echo '#!/bin/bash' >> as
1616
RUN echo 'python3 $(dirname -- $0)/maspsx/maspsx.py --run-assembler -I${COMPILER_DIR} $@' >> as

platforms/ps1/gcc2.6.0-psx/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ RUN mkdir -p /compilers/ps1/gcc2.6.0-psx
88
RUN wget -O gcc-2.6.0-psx.tar.gz "https://github.com/decompals/old-gcc/releases/download/0.12/gcc-2.6.0-psx.tar.gz"
99
RUN tar xvzf gcc-2.6.0-psx.tar.gz -C /compilers/ps1/gcc2.6.0-psx
1010

11-
RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/8b58a4005ebf855e2f9a19cda5b07f0148feab69.zip
11+
RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/cae9594f3e8fa76e2255c4624da4584364a37c27.zip
1212
RUN unzip maspsx.zip
13-
RUN cp -r maspsx-8b58a4005ebf855e2f9a19cda5b07f0148feab69 /compilers/ps1/gcc2.6.0-psx/maspsx
13+
RUN cp -r maspsx-cae9594f3e8fa76e2255c4624da4584364a37c27 /compilers/ps1/gcc2.6.0-psx/maspsx
1414

1515
RUN echo '#!/bin/bash' >> as
1616
RUN echo 'python3 $(dirname -- $0)/maspsx/maspsx.py --run-assembler -I${COMPILER_DIR} $@' >> as

platforms/ps1/gcc2.6.3-mipsel/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ RUN mkdir -p /compilers/ps1/gcc2.6.3-mipsel
88
RUN wget -O gcc-2.6.3.tar.gz "https://github.com/decompals/old-gcc/releases/download/0.7/gcc-2.6.3.tar.gz"
99
RUN tar xvzf gcc-2.6.3.tar.gz -C /compilers/ps1/gcc2.6.3-mipsel
1010

11-
RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/8b58a4005ebf855e2f9a19cda5b07f0148feab69.zip
11+
RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/cae9594f3e8fa76e2255c4624da4584364a37c27.zip
1212
RUN unzip maspsx.zip
13-
RUN cp -r maspsx-8b58a4005ebf855e2f9a19cda5b07f0148feab69 /compilers/ps1/gcc2.6.3-mipsel/maspsx
13+
RUN cp -r maspsx-cae9594f3e8fa76e2255c4624da4584364a37c27 /compilers/ps1/gcc2.6.3-mipsel/maspsx
1414

1515
RUN echo '#!/bin/bash' >> as
1616
RUN echo 'python3 $(dirname -- $0)/maspsx/maspsx.py --run-assembler -I${COMPILER_DIR} $@' >> as

platforms/ps1/gcc2.6.3-psx/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ RUN mkdir -p /compilers/ps1/gcc2.6.3-psx
88
RUN wget -O gcc-2.6.3-psx.tar.gz "https://github.com/decompals/old-gcc/releases/download/0.12/gcc-2.6.3-psx.tar.gz"
99
RUN tar xvzf gcc-2.6.3-psx.tar.gz -C /compilers/ps1/gcc2.6.3-psx
1010

11-
RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/8b58a4005ebf855e2f9a19cda5b07f0148feab69.zip
11+
RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/cae9594f3e8fa76e2255c4624da4584364a37c27.zip
1212
RUN unzip maspsx.zip
13-
RUN cp -r maspsx-8b58a4005ebf855e2f9a19cda5b07f0148feab69 /compilers/ps1/gcc2.6.3-psx/maspsx
13+
RUN cp -r maspsx-cae9594f3e8fa76e2255c4624da4584364a37c27 /compilers/ps1/gcc2.6.3-psx/maspsx
1414

1515
RUN echo '#!/bin/bash' >> as
1616
RUN echo 'python3 $(dirname -- $0)/maspsx/maspsx.py --run-assembler -I${COMPILER_DIR} $@' >> as

platforms/ps1/gcc2.7.0-mipsel/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ RUN mkdir -p /compilers/ps1/gcc2.7.0-mipsel
88
RUN wget -O gcc-2.7.0.tar.gz "https://github.com/decompals/old-gcc/releases/download/0.7/gcc-2.7.0.tar.gz"
99
RUN tar xvzf gcc-2.7.0.tar.gz -C /compilers/ps1/gcc2.7.0-mipsel
1010

11-
RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/8b58a4005ebf855e2f9a19cda5b07f0148feab69.zip
11+
RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/cae9594f3e8fa76e2255c4624da4584364a37c27.zip
1212
RUN unzip maspsx.zip
13-
RUN cp -r maspsx-8b58a4005ebf855e2f9a19cda5b07f0148feab69 /compilers/ps1/gcc2.7.0-mipsel/maspsx
13+
RUN cp -r maspsx-cae9594f3e8fa76e2255c4624da4584364a37c27 /compilers/ps1/gcc2.7.0-mipsel/maspsx
1414

1515
RUN echo '#!/bin/bash' >> as
1616
RUN echo 'python3 $(dirname -- $0)/maspsx/maspsx.py --run-assembler -I${COMPILER_DIR} $@' >> as

platforms/ps1/gcc2.7.1-mipsel/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ RUN mkdir -p /compilers/ps1/gcc2.7.1-mipsel
88
RUN wget -O gcc-2.7.1.tar.gz "https://github.com/decompals/old-gcc/releases/download/0.7/gcc-2.7.1.tar.gz"
99
RUN tar xvzf gcc-2.7.1.tar.gz -C /compilers/ps1/gcc2.7.1-mipsel
1010

11-
RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/8b58a4005ebf855e2f9a19cda5b07f0148feab69.zip
11+
RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/cae9594f3e8fa76e2255c4624da4584364a37c27.zip
1212
RUN unzip maspsx.zip
13-
RUN cp -r maspsx-8b58a4005ebf855e2f9a19cda5b07f0148feab69 /compilers/ps1/gcc2.7.1-mipsel/maspsx
13+
RUN cp -r maspsx-cae9594f3e8fa76e2255c4624da4584364a37c27 /compilers/ps1/gcc2.7.1-mipsel/maspsx
1414

1515
RUN echo '#!/bin/bash' >> as
1616
RUN echo 'python3 $(dirname -- $0)/maspsx/maspsx.py --run-assembler -I${COMPILER_DIR} $@' >> as

platforms/ps1/gcc2.7.2-mipsel/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ RUN mkdir -p /compilers/ps1/gcc2.7.2-mipsel
88
RUN wget -O gcc-2.7.2.tar.gz "https://github.com/decompals/old-gcc/releases/download/0.7/gcc-2.7.2.tar.gz"
99
RUN tar xvzf gcc-2.7.2.tar.gz -C /compilers/ps1/gcc2.7.2-mipsel
1010

11-
RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/8b58a4005ebf855e2f9a19cda5b07f0148feab69.zip
11+
RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/cae9594f3e8fa76e2255c4624da4584364a37c27.zip
1212
RUN unzip maspsx.zip
13-
RUN cp -r maspsx-8b58a4005ebf855e2f9a19cda5b07f0148feab69 /compilers/ps1/gcc2.7.2-mipsel/maspsx
13+
RUN cp -r maspsx-cae9594f3e8fa76e2255c4624da4584364a37c27 /compilers/ps1/gcc2.7.2-mipsel/maspsx
1414

1515
RUN echo '#!/bin/bash' >> as
1616
RUN echo 'python3 $(dirname -- $0)/maspsx/maspsx.py --run-assembler -I${COMPILER_DIR} $@' >> as

platforms/ps1/gcc2.7.2-psx/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ RUN mkdir -p /compilers/ps1/gcc2.7.2-psx
88
RUN wget -O gcc-2.7.2-psx.tar.gz "https://github.com/decompals/old-gcc/releases/download/0.13/gcc-2.7.2-psx.tar.gz"
99
RUN tar xvzf gcc-2.7.2-psx.tar.gz -C /compilers/ps1/gcc2.7.2-psx
1010

11-
RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/8b58a4005ebf855e2f9a19cda5b07f0148feab69.zip
11+
RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/cae9594f3e8fa76e2255c4624da4584364a37c27.zip
1212
RUN unzip maspsx.zip
13-
RUN cp -r maspsx-8b58a4005ebf855e2f9a19cda5b07f0148feab69 /compilers/ps1/gcc2.7.2-psx/maspsx
13+
RUN cp -r maspsx-cae9594f3e8fa76e2255c4624da4584364a37c27 /compilers/ps1/gcc2.7.2-psx/maspsx
1414

1515
RUN echo '#!/bin/bash' >> as
1616
RUN echo 'python3 $(dirname -- $0)/maspsx/maspsx.py --run-assembler -I${COMPILER_DIR} $@' >> as

0 commit comments

Comments
 (0)