Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion arch/Config.in.arm
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ config BR2_qualcomm_oryon_1
depends on BR2_ARCH_IS_64
select BR2_ARM_CPU_HAS_FP_ARMV8
select BR2_ARM_CPU_ARMV8A
select BR2_ARCH_NEEDS_GCC_AT_LEAST_14
select BR2_ARCH_NEEDS_GCC_AT_LEAST_15

comment "armv9.0a cores"
config BR2_cortex_a710
Expand Down
4 changes: 3 additions & 1 deletion package/pigpio/pigpio.mk
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ PIGPIO_LICENSE_FILES = UNLICENCE
PIGPIO_INSTALL_STAGING = YES

define PIGPIO_BUILD_CMDS
$(TARGET_MAKE_ENV) $(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(@D)
$(TARGET_MAKE_ENV) $(MAKE) $(TARGET_CONFIGURE_OPTS) \
CFLAGS="$(TARGET_CFLAGS) -std=gnu17" \
-C $(@D)
endef

define PIGPIO_INSTALL_TARGET_CMDS
Expand Down