summaryrefslogtreecommitdiffstats
path: root/spec/build/bsps/arm/stm32f4
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2022-07-01 08:45:03 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2022-07-04 08:29:52 +0200
commita0aaa394b68727d204904b59514cb0f90840ba6f (patch)
tree171c1ece0ea64c0cdcb2cf23c44c8793d1fd7b1d /spec/build/bsps/arm/stm32f4
parentbuild: Add cppflags, cflags, cxxflags to groups (diff)
downloadrtems-a0aaa394b68727d204904b59514cb0f90840ba6f.tar.bz2
build: Fix optimization flags definition order
OPTIMIZATION_FLAGS must be defined before /build/bsp/bspopts is processed. Update #4670.
Diffstat (limited to 'spec/build/bsps/arm/stm32f4')
-rw-r--r--spec/build/bsps/arm/stm32f4/bspstm32f105rc.yml4
-rw-r--r--spec/build/bsps/arm/stm32f4/bspstm32f4.yml4
2 files changed, 4 insertions, 4 deletions
diff --git a/spec/build/bsps/arm/stm32f4/bspstm32f105rc.yml b/spec/build/bsps/arm/stm32f4/bspstm32f105rc.yml
index f00a177dc0..46e5b61252 100644
--- a/spec/build/bsps/arm/stm32f4/bspstm32f105rc.yml
+++ b/spec/build/bsps/arm/stm32f4/bspstm32f105rc.yml
@@ -12,10 +12,10 @@ includes: []
install: []
links:
- role: build-dependency
- uid: grp
-- role: build-dependency
uid: tststm32f105rc
- role: build-dependency
uid: ../../opto2
+- role: build-dependency
+ uid: grp
source: []
type: build
diff --git a/spec/build/bsps/arm/stm32f4/bspstm32f4.yml b/spec/build/bsps/arm/stm32f4/bspstm32f4.yml
index f3c6426f07..2e85299950 100644
--- a/spec/build/bsps/arm/stm32f4/bspstm32f4.yml
+++ b/spec/build/bsps/arm/stm32f4/bspstm32f4.yml
@@ -12,10 +12,10 @@ includes: []
install: []
links:
- role: build-dependency
- uid: grp
-- role: build-dependency
uid: ../../opto2
- role: build-dependency
uid: ../../tstsmallmem
+- role: build-dependency
+ uid: grp
source: []
type: build