Skip to content

Commit

Permalink
newlib 4.2.0.20211231
Browse files Browse the repository at this point in the history
  • Loading branch information
Daft-Freak committed Jan 22, 2023
1 parent 844485f commit 55b3e73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build-libstdc++
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -e

GCC_VERSION=gcc-12.2.0
NEWLIB_VERSION=newlib-3.3.0
NEWLIB_VERSION=newlib-4.2.0.20211231
NEWLIB_INCLUDES=$PWD/build/$NEWLIB_VERSION/newlib/libc/include
JOBS=$(nproc --all)
OUT_DIR_NOPIC=$PWD/no-pic
Expand Down
2 changes: 1 addition & 1 deletion build-newlib
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
set -e

NEWLIB_VERSION=newlib-3.3.0
NEWLIB_VERSION=newlib-4.2.0.20211231
JOBS=$(nproc --all)
OUT_DIR_NOPIC=$PWD/no-pic
OUT_DIR_PIC=$PWD/pic
Expand Down

0 comments on commit 55b3e73

Please sign in to comment.