summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2022-10-25 11:27:23 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2023-08-10 13:39:25 +0200
commit8d63ac1dad50991a4e0269d620419b837f4217b6 (patch)
tree39cc8bbc9a4b6542cfe54dc8076a715c1745d34b
parent87edf5a0c7a03ac7f7e15097e474d43910269524 (diff)
build: Use -frandom-seed=0
-rw-r--r--spec/build/bsps/opto0.yml1
-rw-r--r--spec/build/bsps/opto1.yml1
-rw-r--r--spec/build/bsps/opto2.yml1
-rw-r--r--spec/build/bsps/optog.yml1
-rw-r--r--spec/build/bsps/optos.yml1
5 files changed, 5 insertions, 0 deletions
diff --git a/spec/build/bsps/opto0.yml b/spec/build/bsps/opto0.yml
index de7ad1515e..bb59ce8cfa 100644
--- a/spec/build/bsps/opto0.yml
+++ b/spec/build/bsps/opto0.yml
@@ -13,6 +13,7 @@ default:
- -g
- -fdata-sections
- -ffunction-sections
+ - -frandom-seed=0
description: |
Default optimization flags for C and C++ compilers.
enabled-by: true
diff --git a/spec/build/bsps/opto1.yml b/spec/build/bsps/opto1.yml
index d3e0b6d361..b3bfea2dec 100644
--- a/spec/build/bsps/opto1.yml
+++ b/spec/build/bsps/opto1.yml
@@ -13,6 +13,7 @@ default:
- -g
- -fdata-sections
- -ffunction-sections
+ - -frandom-seed=0
description: |
Default optimization flags for C and C++ compilers.
enabled-by: true
diff --git a/spec/build/bsps/opto2.yml b/spec/build/bsps/opto2.yml
index ff4f1d23e0..068f2f075d 100644
--- a/spec/build/bsps/opto2.yml
+++ b/spec/build/bsps/opto2.yml
@@ -13,6 +13,7 @@ default:
- -g
- -fdata-sections
- -ffunction-sections
+ - -frandom-seed=0
description: |
Default optimization flags for C and C++ compilers.
enabled-by: true
diff --git a/spec/build/bsps/optog.yml b/spec/build/bsps/optog.yml
index de20502c78..7149d91e3b 100644
--- a/spec/build/bsps/optog.yml
+++ b/spec/build/bsps/optog.yml
@@ -13,6 +13,7 @@ default:
- -g
- -fdata-sections
- -ffunction-sections
+ - -frandom-seed=0
description: |
Default optimization flags for C and C++ compilers.
enabled-by: true
diff --git a/spec/build/bsps/optos.yml b/spec/build/bsps/optos.yml
index a39447ef36..12c96621f9 100644
--- a/spec/build/bsps/optos.yml
+++ b/spec/build/bsps/optos.yml
@@ -13,6 +13,7 @@ default:
- -g
- -fdata-sections
- -ffunction-sections
+ - -frandom-seed=0
description: |
Default optimization flags for C and C++ compilers.
enabled-by: true