Skip to content

Commit 3a5c4e3

Browse files
committed
these ports currently use older gcc versions
1 parent 0d91f1e commit 3a5c4e3

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

ports/broadcom/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,12 @@ ifeq ($(CHIP_VARIANT), "bcm2711")
1010
CFLAGS += -mcpu=cortex-a72 -DBCM_VERSION=2711
1111
CROSS_COMPILE = aarch64-none-elf-
1212
SUFFIX = 8
13+
CIRCUITPY_MIN_GCC_VERSION ?= 10
1314
else ifeq ($(CHIP_VARIANT), "bcm2837")
1415
CFLAGS += -mcpu=cortex-a53 -DBCM_VERSION=2837
1516
CROSS_COMPILE = aarch64-none-elf-
1617
SUFFIX = 8
18+
CIRCUITPY_MIN_GCC_VERSION ?= 10
1719
else ifeq ($(CHIP_VARIANT), "bcm2835")
1820
CFLAGS += -mcpu=arm1176jzf-s -DBCM_VERSION=2835
1921
CROSS_COMPILE = arm-none-eabi-

ports/litex/mpconfigport.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,4 @@ CIRCUITPY_USB_HID = 1
3131
CIRCUITPY_USB_MIDI = 1
3232

3333
CIRCUITPY_BUILD_EXTENSIONS ?= dfu
34+
CIRCUITPY_MIN_GCC_VERSION ?= 8

0 commit comments

Comments
 (0)