Source-Changes-HG archive

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

[src/trunk]: src/compat/amd64/i386 add LIBGCC_MACHINE_ARCH



details:   https://anonhg.NetBSD.org/src/rev/f403b18dccb9
branches:  trunk
changeset: 348527:f403b18dccb9
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Oct 22 20:33:51 2016 +0000

description:
add LIBGCC_MACHINE_ARCH

diffstat:

 compat/amd64/i386/bsd.i386.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (13 lines):

diff -r 503fb7659521 -r f403b18dccb9 compat/amd64/i386/bsd.i386.mk
--- a/compat/amd64/i386/bsd.i386.mk     Sat Oct 22 20:33:28 2016 +0000
+++ b/compat/amd64/i386/bsd.i386.mk     Sat Oct 22 20:33:51 2016 +0000
@@ -1,7 +1,8 @@
-#      $NetBSD: bsd.i386.mk,v 1.6 2015/06/24 22:20:24 matt Exp $
+#      $NetBSD: bsd.i386.mk,v 1.7 2016/10/22 20:33:51 christos Exp $
 
 LD+=                   -m elf_i386
 MLIBDIR=               i386
+LIBGCC_MACHINE_ARCH=   ${MLIBDIR}
 LIBC_MACHINE_ARCH=     ${MLIBDIR}
 COMMON_MACHINE_ARCH=   ${MLIBDIR}
 KVM_MACHINE_ARCH=      ${MLIBDIR}



Home | Main Index | Thread Index | Old Index