Source-Changes-HG archive

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

[src/trunk]: src/share/mk Fix typo in previous.



details:   https://anonhg.NetBSD.org/src/rev/4f5789ec987d
branches:  trunk
changeset: 328979:4f5789ec987d
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sat Apr 26 20:25:07 2014 +0000

description:
Fix typo in previous.

diffstat:

 share/mk/bsd.own.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 57790eebb86e -r 4f5789ec987d share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Sat Apr 26 20:15:48 2014 +0000
+++ b/share/mk/bsd.own.mk       Sat Apr 26 20:25:07 2014 +0000
@@ -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.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



Home | Main Index | Thread Index | Old Index