Actions
Bug #134
closedClang complains about unknown arguments and unsupported flags
Start date:
08/15/2017
Due date:
% Done:
0%
Estimated time:
Affected versions:
Needs backport to:
Affected hardware:
Affected OS:
Description
Commit 7c8d331f (Fine-tune compiler flags) breaks the Clang build in an early stage.
clang-4.0: error: unknown argument: '-fconserve-stack'
clang-4.0: error: optimization flag '-fno-delete-null-pointer-checks' is not supported [-Werror,-Wignored-optimization-argument]
Reverting the commit fixes the warning.
Updated by Paul Menzel about 7 years ago
The URL of the change is https://review.coreboot.org/20883/.
Updated by Paul Menzel about 7 years ago
- Status changed from New to Closed
Fixed by commit 1db500c1 (Fix build with CLANG, avoid GCC only CFLAGS) [1].
Actions