Skip to content

Commit

Permalink
try gcc 12.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bradjc committed Nov 22, 2023
1 parent 329ab0c commit f21df38
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Configuration.mk
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ SIZE := -size

# Library versions.
NEWLIB_VERSION ?= 4.2.0.20211231
LIBCPP_VERSION ?= 13.2.0
LIBCPP_VERSION ?= 12.3.0

# Set default region sizes for process memory requirements.
STACK_SIZE ?= 2048
Expand Down
2 changes: 1 addition & 1 deletion libc++/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
GCC_VERSION ?= 13.2.0
GCC_VERSION ?= 12.3.0
NEWLIB_VERSION ?= 4.2.0.20211231

all: rebuild-gcc
Expand Down
2 changes: 1 addition & 1 deletion libc++/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ To help ensure reproducibility, we also include a Dockerfile which can be used
to create the libc++ libraries.

```bash
LIBCPP=13.2.0
LIBCPP=12.3.0
cd libtock-c/libc++
docker build -t libtock-c-libcpp .
id=$(docker create libtock-c-libcpp)
Expand Down

0 comments on commit f21df38

Please sign in to comment.