svn commit: r337379 - head/sys/arm/conf

Andrew Turner andrew at FreeBSD.org
Mon Aug 6 14:40:46 UTC 2018


Author: andrew
Date: Mon Aug  6 14:40:45 2018
New Revision: 337379
URL: https://svnweb.freebsd.org/changeset/base/337379

Log:
  Default to armv5te in LINT on arm. This should fix building LINT there.

Modified:
  head/sys/arm/conf/NOTES

Modified: head/sys/arm/conf/NOTES
==============================================================================
--- head/sys/arm/conf/NOTES	Mon Aug  6 11:45:28 2018	(r337378)
+++ head/sys/arm/conf/NOTES	Mon Aug  6 14:40:45 2018	(r337379)
@@ -12,6 +12,7 @@ files	"../mv/orion/files.ts7800"
 
 options 	PHYSADDR=0x00000000
 
+makeoptions	CONF_CFLAGS+="-march=armv5te"
 makeoptions	LDFLAGS="-zmuldefs"
 makeoptions	KERNPHYSADDR=0x00000000
 


More information about the svn-src-all mailing list