Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Aug 2018 19:54:12 GMT
From:      sduo@FreeBSD.org
To:        svn-soc-all@FreeBSD.org
Subject:   socsvn commit: r337271 - soc2018/sduo/head/sys/conf
Message-ID:  <201808011954.w71JsCLV008656@socsvn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808011954.w71JsCLV008656>