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 OBJCOPYLIBFLAGS_EXTRA for aarch64eb.



details:   https://anonhg.NetBSD.org/src/rev/9fd4dbca7923
branches:  trunk
changeset: 801697:9fd4dbca7923
user:      matt <matt%NetBSD.org@localhost>
date:      Thu Aug 14 15:14:45 2014 +0000

description:
Fix typo in OBJCOPYLIBFLAGS_EXTRA for aarch64eb.

diffstat:

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

diffs (18 lines):

diff -r 98b28930a426 -r 9fd4dbca7923 share/mk/bsd.sys.mk
--- a/share/mk/bsd.sys.mk       Thu Aug 14 14:21:03 2014 +0000
+++ b/share/mk/bsd.sys.mk       Thu Aug 14 15:14:45 2014 +0000
@@ -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 @@
 # 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'



Home | Main Index | Thread Index | Old Index