Summary: | DAHLIN-00385: DAHDI fails to compile with CC=clang | ||
Reporter: | Jaco Kroon (jkroon) | Labels: | patch |
Date Opened: | 2021-01-08 06:52:48.000-0600 | Date Closed: | |
Priority: | Trivial | Regression? | |
Status: | Triage/New | Components: | General |
Versions: | 3.1.0 | Frequency of Occurrence | |
Related Issues: | |||
Environment: | Gentoo Linux, with CC=clang | Attachments: | ( 0) 0001-Enable-building-with-CC-clang.patch |
Description: | Various CFLAGS options assume gcc, some of these options are not available with clang. Additionally kernel documentation states that -Wno-${warning} flags are not reliable with $(call cc-option,...) anyway, so use $(call cc-disable-warning, ...) as per kernel documentation instead.
Will attach patch momentarily. | ||
Comments: |