Skip to content

Commit

Permalink
Update versions to match GCC 9 toolchain
Browse files Browse the repository at this point in the history
Daft-Freak committed Dec 8, 2020
1 parent 685ce6d commit 52d95d3
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build-libstdc++
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash
set -e

GCC_VERSION=gcc-7.3.0
NEWLIB_VERSION=newlib-3.1.0.20181231
GCC_VERSION=gcc-9.2.0
NEWLIB_VERSION=newlib-3.3.0
NEWLIB_INCLUDES=$PWD/build/$NEWLIB_VERSION/newlib/libc/include
JOBS=$(nproc --all)
OUT_DIR_NOPIC=$PWD/no-pic
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.1.0.20181231
NEWLIB_VERSION=newlib-3.3.0
JOBS=$(nproc --all)
OUT_DIR_NOPIC=$PWD/no-pic
OUT_DIR_PIC=$PWD/pic

0 comments on commit 52d95d3

Please sign in to comment.