Skip to content

Commit 583bc93

Browse files
committed
rust: filter out -fplugin-arg-arm_ssp_per_task_plugin-% from binden flags
Some of those flags are enabled by default for arm, and are not supported by libclang. Signed-off-by: Antonio Terceiro <[email protected]>
1 parent dd27f76 commit 583bc93

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rust/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ bindgen_skip_c_flags := -mno-fp-ret-in-387 -mpreferred-stack-boundary=% \
199199
-mabi=lp64 -mstack-protector-guard% -fconserve-stack -falign-jumps=% \
200200
-falign-loops=% \
201201
-fno-ipa-cp-clone -fno-ipa-sra -fno-partial-inlining \
202+
-fplugin-arg-arm_ssp_per_task_plugin-% \
202203
-fno-reorder-blocks -fno-allow-store-data-races -fasan-shadow-offset=% \
203204
-Wno-packed-not-aligned -Wno-format-truncation -Wno-format-overflow \
204205
-Wno-stringop-truncation -Wno-unused-but-set-variable \

0 commit comments

Comments
 (0)