Skip to content

Commit

Permalink
Disable sim in GCC
Browse files Browse the repository at this point in the history
Apparently it now creates a folder even if not needed.
  • Loading branch information
ktf authored Sep 24, 2024
1 parent 352cb6e commit bb72431
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gcc-toolchain.sh
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ pushd build-gcc
--enable-languages="c,c++,fortran${EXTRA_LANGS}" \
--disable-multilib \
${USE_GOLD:+--enable-gold=yes} \
--disable-sim \
--enable-ld=default \
--enable-lto \
--disable-nls
Expand Down

0 comments on commit bb72431

Please sign in to comment.