hi,

This fails to boot on actual mips24k hardware, no hardfloat:

COP1_UNUSABLE: pid 1 tid 100001 (init), uid 0: pc 0x404237c0 ra 0x404224d4
Trapframe Register Dump:
    zero: 0    at: 0xffffffffffffffe0    v0: 0x404471b8    v1:
0xffffffffffffffff

.. lots of that the moment we boot userland.



-adrian


On 3 November 2016 at 13:10, Ruslan Bukin <ruslan.bu...@cl.cam.ac.uk> wrote:
> On Thu, Nov 03, 2016 at 12:39:48PM -0700, Bryan Drewery wrote:
>> On 10/31/16 8:33 AM, Ruslan Bukin wrote:
>> > Modified: head/share/mk/bsd.cpu.mk
>> > ==============================================================================
>> > --- head/share/mk/bsd.cpu.mk        Mon Oct 31 15:11:55 2016        
>> > (r308129)
>> > +++ head/share/mk/bsd.cpu.mk        Mon Oct 31 15:33:58 2016        
>> > (r308130)
>> > @@ -303,6 +303,9 @@ MACHINE_CPU = v9 ultrasparc ultrasparc3
>> >
>> >  .if ${MACHINE_CPUARCH} == "mips"
>> >  CFLAGS += -G0
>> > +.if ${TARGET_ARCH:Mmips*hf}
>>
>> TARGET_ARCH is not valid here.  This broke building ports.  Fixed in
>> r308262.
>>
>
> Thank you!
>
> Ruslan
>
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to