Skip to content

Commit

Permalink
Sync toolchain newlib flags with userland version
Browse files Browse the repository at this point in the history
  • Loading branch information
lutoma committed Nov 16, 2023
1 parent f977eca commit 3dcb73a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 57 deletions.
7 changes: 6 additions & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,12 @@ WORKDIR /build/newlib
RUN /usr/src/newlib-${NEWLIB_VERSION}/configure \
--target=${TARGET} \
--prefix=/usr \
--sysconfdir=/etc
--sysconfdir=/etc \
--enable-newlib-mb \
--enable-newlib-iconv \
--enable-newlib-io-c99-formats \
--enable-newlib-io-long-long \
--enable-newlib-io-long-double

WORKDIR /build/gcc
RUN /usr/src/gcc-${GCC_VERSION}/configure \
Expand Down
34 changes: 0 additions & 34 deletions land/libiconv/PKGBUILD

This file was deleted.

22 changes: 0 additions & 22 deletions land/libiconv/libiconv.patch

This file was deleted.

0 comments on commit 3dcb73a

Please sign in to comment.