Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/usermode/conf pass ${COPTS} to the build of thunk.c...



details:   https://anonhg.NetBSD.org/src/rev/3f00638301ee
branches:  trunk
changeset: 772373:3f00638301ee
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Dec 31 21:24:07 2011 +0000

description:
pass ${COPTS} to the build of thunk.c so that it builds on amd64.

diffstat:

 sys/arch/usermode/conf/Makefile.usermode |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 9aae9fcabc33 -r 3f00638301ee sys/arch/usermode/conf/Makefile.usermode
--- a/sys/arch/usermode/conf/Makefile.usermode  Sat Dec 31 20:56:05 2011 +0000
+++ b/sys/arch/usermode/conf/Makefile.usermode  Sat Dec 31 21:24:07 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.usermode,v 1.26 2011/12/29 21:22:49 jmcneill Exp $
+# $NetBSD: Makefile.usermode,v 1.27 2011/12/31 21:24:07 christos Exp $
 
 OPT_CPU_HOST=                  %CPU_HOST%
 .if !empty(OPT_CPU_HOST)
@@ -82,7 +82,7 @@
            ${CPPFLAGS.thunk.c} ${USERMODE}/usermode/thunk.c
 
 thunk.o: ${USERMODE}/usermode/thunk.c
-       ${CC} ${CPPFLAGS.thunk.c} -c -o $@ ${USERMODE}/usermode/thunk.c
+       ${CC} ${COPTS} ${CPPFLAGS.thunk.c} -c -o $@ ${USERMODE}/usermode/thunk.c
 
 ##
 ## (7) misc settings



Home | Main Index | Thread Index | Old Index