Skip to content

Commit 07b37c9

Browse files
committed
Use the correct targets for the new -psx flavours
1 parent a3069d0 commit 07b37c9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

gcc-2.6.0-psx.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ RUN patch -u -p1 config/mips/mips.h -i ../patches/mipsel-2.6.patch
2121
RUN patch -su -p1 < ../patches/psx.patch
2222

2323
RUN ./configure \
24-
--target=mips-linux-gnu \
24+
--target=mips-sony-psx \
2525
--prefix=/opt/cross \
2626
--with-endian-little \
2727
--with-gnu-as \

gcc-2.8.0-psx.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RUN patch -u -p1 config/mips/mips.h -i ../patches/mipsel-2.8.patch
2020
RUN patch -su -p1 < ../patches/psx.patch
2121

2222
RUN ./configure \
23-
--target=mips-linux-gnu \
23+
--target=mips-sony-psx \
2424
--prefix=/opt/cross \
2525
--with-endian-little \
2626
--with-gnu-as \

gcc-2.91.66-psx.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ RUN patch -su -p1 < ../patches/psx.patch
2222
RUN for dir in libiberty gcc; do \
2323
cd /work/gcc-${VERSION}/${dir}; \
2424
./configure \
25-
--target=mips-linux-gnu \
25+
--target=mips-sony-psx \
2626
--prefix=/opt/cross \
2727
--with-endian-little \
2828
--with-gnu-as \

gcc-2.95.2-psx.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ RUN patch -su -p1 < ../patches/psx.patch
2222
RUN for dir in libiberty gcc; do \
2323
cd /work/gcc-${VERSION}/${dir}; \
2424
./configure \
25-
--target=mips-linux-gnu \
25+
--target=mips-sony-psx \
2626
--prefix=/opt/cross \
2727
--with-endian-little \
2828
--with-gnu-as \

0 commit comments

Comments
 (0)