Module Name:    src
Committed By:   wiz
Date:           Sat Apr 26 20:25:07 UTC 2014

Modified Files:
        src/share/mk: bsd.own.mk

Log Message:
Fix typo in previous.


To generate a diff of this commit:
cvs rdiff -u -r1.801 -r1.802 src/share/mk/bsd.own.mk

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

Modified files:

Index: src/share/mk/bsd.own.mk
diff -u src/share/mk/bsd.own.mk:1.801 src/share/mk/bsd.own.mk:1.802
--- src/share/mk/bsd.own.mk:1.801	Sat Apr 26 20:15:48 2014
+++ src/share/mk/bsd.own.mk	Sat Apr 26 20:25:07 2014
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.own.mk,v 1.801 2014/04/26 20:15:48 joerg Exp $
+#	$NetBSD: bsd.own.mk,v 1.802 2014/04/26 20:25:07 wiz Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -100,7 +100,7 @@ _LIBC_UNWIND_SUPPORT.m68k=	yes
 _LIBC_UNWIND_SUPPORT.mipseb=	yes
 _LIBC_UNWIND_SUPPORT.mipsel=	yes
 _LIBC_UNWIND_SUPPORT.mips64eb=	yes
-_LIBC_UNWIND_SUPPORT.mipse64l=	yes
+_LIBC_UNWIND_SUPPORT.mips64el=	yes
 _LIBC_UNWIND_SUPPORT.powerpc=	yes
 _LIBC_UNWIND_SUPPORT.sh3el=	yes
 _LIBC_UNWIND_SUPPORT.sh3eb=	yes

Reply via email to