Module Name: src Committed By: christos Date: Sat Oct 22 20:33:51 UTC 2016
Modified Files: src/compat/amd64/i386: bsd.i386.mk Log Message: add LIBGCC_MACHINE_ARCH To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/compat/amd64/i386/bsd.i386.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/compat/amd64/i386/bsd.i386.mk diff -u src/compat/amd64/i386/bsd.i386.mk:1.6 src/compat/amd64/i386/bsd.i386.mk:1.7 --- src/compat/amd64/i386/bsd.i386.mk:1.6 Wed Jun 24 18:20:24 2015 +++ src/compat/amd64/i386/bsd.i386.mk Sat Oct 22 16:33:51 2016 @@ -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}