Module Name:    src
Committed By:   matt
Date:           Thu Aug 14 15:14:45 UTC 2014

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

Log Message:
Fix typo in OBJCOPYLIBFLAGS_EXTRA for aarch64eb.


To generate a diff of this commit:
cvs rdiff -u -r1.242 -r1.243 src/share/mk/bsd.sys.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.sys.mk
diff -u src/share/mk/bsd.sys.mk:1.242 src/share/mk/bsd.sys.mk:1.243
--- src/share/mk/bsd.sys.mk:1.242	Sun Aug 10 17:44:26 2014
+++ src/share/mk/bsd.sys.mk	Thu Aug 14 15:14:45 2014
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.sys.mk,v 1.242 2014/08/10 17:44:26 joerg Exp $
+#	$NetBSD: bsd.sys.mk,v 1.243 2014/08/14 15:14:45 matt Exp $
 #
 # Build definitions used for NetBSD source tree builds.
 
@@ -261,7 +261,7 @@ YFLAGS+=	${YPREFIX:D-p${YPREFIX}} ${YHEA
 # Objcopy
 .if ${MACHINE_ARCH} == aarch64eb
 # AARCH64 big endian needs to preserve $x/$d symbols for the linker.
-OBJCOPYLIBFALGS_EXTRA=-K '\$x' -K '\$d'
+OBJCOPYLIBFLAGS_EXTRA=-K '\$x' -K '\$d'
 .elif !empty(MACHINE_ARCH:M*arm*eb)
 # ARM big endian needs to preserve $a/$d/$t symbols for the linker.
 OBJCOPYLIBFLAGS_EXTRA=-K '\$a' -K '\$d' -K '\$t'

Reply via email to