socsvn commit: r337271 - soc2018/sduo/head/sys/conf

sduo at FreeBSD.org sduo at FreeBSD.org
Wed Aug 1 19:54:14 UTC 2018


Author: sduo
Date: Wed Aug  1 19:54:10 2018
New Revision: 337271
URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=337271

Log:
  fixed compilation issue

Modified:
  soc2018/sduo/head/sys/conf/kern.pre.mk

Modified: soc2018/sduo/head/sys/conf/kern.pre.mk
==============================================================================
--- soc2018/sduo/head/sys/conf/kern.pre.mk	Tue Jul 24 17:33:28 2018	(r337270)
+++ soc2018/sduo/head/sys/conf/kern.pre.mk	Wed Aug  1 19:54:10 2018	(r337271)
@@ -77,7 +77,7 @@
 .endif
 NOSTDINC= -nostdinc
 
-INCLUDES= ${NOSTDINC} ${INCLMAGIC} -I. -I$S -I$S/contrib/ck/include
+INCLUDES= ${NOSTDINC} ${INCLMAGIC} -I. -I$S
 
 CFLAGS=	${COPTFLAGS} ${DEBUG}
 CFLAGS+= ${INCLUDES} -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h
@@ -121,9 +121,6 @@
 .endif
 
 .if ${MACHINE_CPUARCH} == "amd64"
-.if defined(LINKER_FEATURES) && ${LINKER_FEATURES:Mifunc} == ""
-.error amd64 kernel requires linker ifunc support
-.endif
 LDFLAGS+=	-Wl,-z max-page-size=2097152 -Wl,-z common-page-size=4096
 .endif
 


More information about the svn-soc-all mailing list