NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: kern/51017: VEXPRESS_A15 doesn't compile
The following reply was made to PR kern/51017; it has been noted by GNATS.
From: Martin Husemann <martin%duskware.de@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: kern/51017: VEXPRESS_A15 doesn't compile
Date: Sun, 27 Mar 2016 20:30:10 +0200
On Sun, Mar 27, 2016 at 04:25:00PM +0000, sylvain%sylvaingarrigues.com@localhost wrote:
> in std.vexpress, change:
> makeoptions CPUFLAGS="-march=armv7-a -mfpu=neon"
>
> with:
> makeoptions CPUFLAGS="-mcpu=cortex-a15 -mfpu=neon"
> makeoptions CPUFLAGS="-mcpu=cortex-a7 -mfpu=neon"
Only the first line should be enough, can you test that?
With two lines, I guess the second option overwrites the first.
Martin
Home |
Main Index |
Thread Index |
Old Index