Le 03/10/2014 22:56, Christos Zoulas a écrit :
Module Name:src
Committed By: christos
Date: Fri Oct 3 20:56:24 UTC 2014
Modified Files:
src/sys/arch/xen/xen: privcmd.c
Log Message:
correct error paths; still need to verify that the "didn't give us back..."
case is corr
My bad. Reproduced here. Hopefully fixed now.
On Fri, Oct 10, 2014 at 10:55 PM, Jared McNeill wrote:
> 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.
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:
On Thu, Oct 09, 2014 at 07:20:56PM +, Masao Uebayashi wrote:
> Module Name: src
> Committed By: uebayasi
> Date: Thu Oct 9 19:20:56 UTC 2014
>
> Modified Files:
> src/usr.bin/config: defs.h main.c mkmakefile.c
>
> Log Message:
> Steal -M to enable "modular" build.
Can you ple