spec/*/bsps/aarch64/*ilp32*: Add -Wno-deprecated

Without -Wno-deprecated, every file compiled gives a warning
for the ilp32 being deprecated.
This commit is contained in:
Joel Sherrill
2025-07-03 18:34:17 -05:00
committed by Kinsey Moore
parent 18982404db
commit 0f505c2b2b
3 changed files with 6 additions and 0 deletions

View File

@@ -10,6 +10,8 @@ default:
- enabled-by: aarch64/a53_ilp32_qemu
value:
- -mabi=ilp32
- -Wno-deprecated
- -Wno-error=deprecated
- -mno-outline-atomics
- -mcpu=cortex-a53
- -mfix-cortex-a53-835769

View File

@@ -11,6 +11,8 @@ default:
value:
- -mcpu=cortex-a72
- -mabi=ilp32
- -Wno-deprecated
- -Wno-error=deprecated
- enabled-by: true
value:
- -mcpu=cortex-a72

View File

@@ -12,6 +12,8 @@ default:
- aarch64/zynqmp_qemu_ilp32
value:
- -mabi=ilp32
- -Wno-deprecated
- -Wno-error=deprecated
- -mno-outline-atomics
- -mcpu=cortex-a53
- -mfix-cortex-a53-835769