Skip to content

Commit

Permalink
Disable fixed-point due to failures on other platforms.
Browse files Browse the repository at this point in the history
  • Loading branch information
tzarc committed Mar 3, 2024
1 parent fceedd4 commit 4dbee60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common.bashinc
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ function build_one() {
-e 's@^.*CT_LOCAL_TARBALLS_DIR.*$@CT_LOCAL_TARBALLS_DIR="'"$script_dir/tarballs"'"@' \
.config
echo "CT_BINUTILS_PLUGINS=y" >> .config
echo 'CT_CC_GCC_EXTRA_CONFIG_ARRAY="--enable-version-specific-runtime-libs --enable-fixed-point"' >> .config
echo 'CT_CC_GCC_EXTRA_CONFIG_ARRAY="--enable-version-specific-runtime-libs"' >> .config
ct-ng olddefconfig

# Swap to an older version of Linux to avoid issues with older distros, especially things like older Debian with Raspberry Pi targets.
Expand Down

0 comments on commit 4dbee60

Please sign in to comment.