Skip to content

Commit

Permalink
newlib: use --enable-newlib-hw-fp
Browse files Browse the repository at this point in the history
I found the gcc has `--with-float` set to hard, maybe we could also use this in newlib.
  • Loading branch information
diamant3 authored Jul 18, 2024
1 parent cdfaf14 commit 529c8a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/003-newlib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ rm -rf build-$TARGET && mkdir build-$TARGET && cd build-$TARGET
--enable-newlib-io-c99-formats \
--enable-newlib-iconv \
--enable-newlib-iconv-encodings=us_ascii,utf8,utf16,ucs_2_internal,ucs_4_internal,iso_8859_1 \
--enable-newlib-hw-fp \
$TARG_XTRA_OPTS

## Compile and install.
Expand Down

0 comments on commit 529c8a6

Please sign in to comment.