svn commit: r276773 - head/sys/mips/conf

Bjoern A. Zeeb bz at FreeBSD.org
Wed Jan 7 01:41:46 UTC 2015


Author: bz
Date: Wed Jan  7 01:41:45 2015
New Revision: 276773
URL: https://svnweb.freebsd.org/changeset/base/276773

Log:
  Remove the machine directive from the common MALTA* configuration file
  to avoid conflicting machine lines for the MALTA64 kernel configuration
  making config(8) go barf and builds to fail.
  
  Pointed out by:	adrian

Modified:
  head/sys/mips/conf/MALTA_COMMON

Modified: head/sys/mips/conf/MALTA_COMMON
==============================================================================
--- head/sys/mips/conf/MALTA_COMMON	Wed Jan  7 01:01:39 2015	(r276772)
+++ head/sys/mips/conf/MALTA_COMMON	Wed Jan  7 01:41:45 2015	(r276773)
@@ -2,8 +2,6 @@
 #
 # $FreeBSD$
 
-machine		mips mipsel	# Malta supports both, so it isn't in std.malta
-
 options 	YAMON
 
 # Don't build any modules yet.


More information about the svn-src-all mailing list