Unbreak i386 build
The logical result of a right shift >= the width of a type is zero, but our compiler decides this is a warning (and thus, error). Just remove ccp(4) from i386. Reported by: cy Sponsored by: Dell EMC Isilon
This commit is contained in:
parent
7a06e69a3b
commit
036832f8e3
@ -575,7 +575,6 @@ _bxe= bxe
|
||||
.endif
|
||||
_cardbus= cardbus
|
||||
_cbb= cbb
|
||||
_ccp= ccp
|
||||
_cpuctl= cpuctl
|
||||
_cpufreq= cpufreq
|
||||
_cs= cs
|
||||
@ -705,6 +704,7 @@ _x86bios= x86bios
|
||||
.endif
|
||||
|
||||
.if ${MACHINE_CPUARCH} == "amd64"
|
||||
_ccp= ccp
|
||||
_efirt= efirt
|
||||
_ioat= ioat
|
||||
_ixl= ixl
|
||||
|
Loading…
Reference in New Issue
Block a user