From a0aaa394b68727d204904b59514cb0f90840ba6f Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 1 Jul 2022 08:45:03 +0200 Subject: build: Fix optimization flags definition order OPTIMIZATION_FLAGS must be defined before /build/bsp/bspopts is processed. Update #4670. --- spec/build/bsps/arm/lpc24xx/bsplpc40xxearam.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'spec/build/bsps/arm/lpc24xx/bsplpc40xxearam.yml') diff --git a/spec/build/bsps/arm/lpc24xx/bsplpc40xxearam.yml b/spec/build/bsps/arm/lpc24xx/bsplpc40xxearam.yml index 74dd4b4e0f..b5b77fe195 100644 --- a/spec/build/bsps/arm/lpc24xx/bsplpc40xxearam.yml +++ b/spec/build/bsps/arm/lpc24xx/bsplpc40xxearam.yml @@ -11,9 +11,9 @@ family: lpc24xx includes: [] install: [] links: -- role: build-dependency - uid: grp - role: build-dependency uid: ../../opto2 +- role: build-dependency + uid: grp source: [] type: build -- cgit v1.2.3