Skip to content

Commit

Permalink
Use the correct targets for the new -psx flavours
Browse files Browse the repository at this point in the history
  • Loading branch information
mkst committed Sep 10, 2024
1 parent a3069d0 commit 07b37c9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion gcc-2.6.0-psx.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN patch -u -p1 config/mips/mips.h -i ../patches/mipsel-2.6.patch
RUN patch -su -p1 < ../patches/psx.patch

RUN ./configure \
--target=mips-linux-gnu \
--target=mips-sony-psx \
--prefix=/opt/cross \
--with-endian-little \
--with-gnu-as \
Expand Down
2 changes: 1 addition & 1 deletion gcc-2.8.0-psx.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN patch -u -p1 config/mips/mips.h -i ../patches/mipsel-2.8.patch
RUN patch -su -p1 < ../patches/psx.patch

RUN ./configure \
--target=mips-linux-gnu \
--target=mips-sony-psx \
--prefix=/opt/cross \
--with-endian-little \
--with-gnu-as \
Expand Down
2 changes: 1 addition & 1 deletion gcc-2.91.66-psx.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN patch -su -p1 < ../patches/psx.patch
RUN for dir in libiberty gcc; do \
cd /work/gcc-${VERSION}/${dir}; \
./configure \
--target=mips-linux-gnu \
--target=mips-sony-psx \
--prefix=/opt/cross \
--with-endian-little \
--with-gnu-as \
Expand Down
2 changes: 1 addition & 1 deletion gcc-2.95.2-psx.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN patch -su -p1 < ../patches/psx.patch
RUN for dir in libiberty gcc; do \
cd /work/gcc-${VERSION}/${dir}; \
./configure \
--target=mips-linux-gnu \
--target=mips-sony-psx \
--prefix=/opt/cross \
--with-endian-little \
--with-gnu-as \
Expand Down

0 comments on commit 07b37c9

Please sign in to comment.