Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/usr.bin/config



Are you able to build the arch/evbarm/conf/CUBIEBOARD kernel with these changes?

The kernel config has "options CPU_CORTEXA7", which depends on CPU_CORTEX, which depends on CPU_ARMV7. Neither CPU_CORTEX nor CPU_ARMV7 are defined in opt_cputypes.h

On Fri, 10 Oct 2014, Masao Uebayashi wrote:

Date: Fri, 10 Oct 2014 10:22:49 +0000
From: Masao Uebayashi <uebayasi-S783fYmB3Ccdnm+yROfE0A%public.gmane.org@localhost>
Reply-To: source-changes-d-qavaossjCcEdnm+yROfE0A%public.gmane.org@localhost
To: source-changes-full-qavaossjCcEdnm+yROfE0A%public.gmane.org@localhost
Newsgroups: gmane.os.netbsd.devel.cvs.full
Followup-To: gmane.os.netbsd.devel.cvs.discuss
Subject: CVS commit: src/usr.bin/config

Module Name:	src
Committed By:	uebayasi
Date:		Fri Oct 10 10:22:49 UTC 2014

Modified Files:
	src/usr.bin/config: main.c

Log Message:
If an option is selected, select the matching (lowercased) attribute.  Handle
dependencies too.


To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 src/usr.bin/config/main.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index