[Home]

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-0600Date Closed:
Priority:TrivialRegression?
Status:Triage/NewComponents:General
Versions:3.1.0 Frequency of
Occurrence
Related
Issues:
Environment:Gentoo Linux, with CC=clangAttachments:( 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: