Skip to content

Commit

Permalink
Enable C++
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziemas committed Jan 15, 2024
1 parent 86a3813 commit fb060b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/002-gcc-stage1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ for TARGET in "mipsel-ps2-irx" "mipsel-ps2-elf"; do
--quiet \
--prefix="$PS2DEV/$TARGET_ALIAS" \
--target="$TARGET" \
--enable-languages="c" \
--enable-languages="c,c++" \
--with-float=soft \
--with-headers=no \
--without-newlib \
Expand All @@ -86,6 +86,7 @@ for TARGET in "mipsel-ps2-irx" "mipsel-ps2-elf"; do
--disable-target-zlib \
--disable-nls \
--disable-tls \
--disable-libstdcxx \
MAKEINFO=missing \
$TARG_XTRA_OPTS

Expand Down

0 comments on commit fb060b2

Please sign in to comment.