NetBSD-Bugs archive

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

Re: kern/52843: newsmips cannnot boot after 7.99.34.



The following reply was made to PR kern/52843; it has been noted by GNATS.

From: coypu%sdf.org@localhost
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: kern/52843: newsmips cannnot boot after 7.99.34.
Date: Wed, 20 Dec 2017 05:10:59 +0000

 Please try something like the following (maybe the wrong makefile):
 
 Index: sys/arch/newsmips/stand/Makefile
 ===================================================================
 RCS file: /cvsroot/src/sys/arch/newsmips/stand/Makefile,v
 retrieving revision 1.5
 diff -u -r1.5 Makefile
 --- sys/arch/newsmips/stand/Makefile	11 Dec 2005 12:18:25 -0000	1.5
 +++ sys/arch/newsmips/stand/Makefile	20 Dec 2017 05:09:40 -0000
 @@ -1,5 +1,8 @@
  #	$NetBSD: Makefile,v 1.5 2005/12/11 12:18:25 christos Exp $
  
 +NOSSP=yes
 +NOPIE=yes
 +
  SUBDIR= common .WAIT boot bootxx
  
  .include <bsd.subdir.mk>
 


Home | Main Index | Thread Index | Old Index