summaryrefslogtreecommitdiffstats
path: root/spec/build/bsps/powerpc/qoriq
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-09-20 17:34:12 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-09-20 17:39:02 +0200
commit3c68456a257b80c46ff04e62a53f3fe57423db36 (patch)
tree9603392e2b58e048623574d3cbd039ac931311cf /spec/build/bsps/powerpc/qoriq
parentcapture: Move default trace data (diff)
downloadrtems-3c68456a257b80c46ff04e62a53f3fe57423db36.tar.bz2
bsps/powerpc: Remove -fno-common
Remove -fno-common because it is the default since GCC 10.
Diffstat (limited to 'spec/build/bsps/powerpc/qoriq')
-rw-r--r--spec/build/bsps/powerpc/qoriq/abi.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/spec/build/bsps/powerpc/qoriq/abi.yml b/spec/build/bsps/powerpc/qoriq/abi.yml
index 15c08475c7..9270ae2495 100644
--- a/spec/build/bsps/powerpc/qoriq/abi.yml
+++ b/spec/build/bsps/powerpc/qoriq/abi.yml
@@ -12,14 +12,12 @@ default:
- -msoft-float
- -meabi
- -msdata=sysv
-- -fno-common
- -mstrict-align
default-by-variant:
- value:
- -D__ppc_generic
- -mcpu=e6500
- -m64
- - -fno-common
variants:
- powerpc/qoriq_e6500_64
- value:
@@ -27,7 +25,6 @@ default-by-variant:
- -mcpu=e6500
- -m32
- -msdata=sysv
- - -fno-common
variants:
- powerpc/qoriq_e6500_32
description: |