Module Name: src
Committed By: christos
Date: Sat Dec 31 21:24:08 UTC 2011
Modified Files:
src/sys/arch/usermode/conf: Makefile.usermode
Log Message:
pass ${COPTS} to the build of thunk.c so that it builds on amd64.
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/sys/arch/usermode/conf/Makefile.usermode
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/usermode/conf/Makefile.usermode
diff -u src/sys/arch/usermode/conf/Makefile.usermode:1.26 src/sys/arch/usermode/conf/Makefile.usermode:1.27
--- src/sys/arch/usermode/conf/Makefile.usermode:1.26 Thu Dec 29 16:22:49 2011
+++ src/sys/arch/usermode/conf/Makefile.usermode Sat Dec 31 16:24:07 2011
@@ -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 @@ thunk.d: ${USERMODE}/usermode/thunk.c
${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