Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sun3/conf Build compat code as .a if not MODULAR.



details:   https://anonhg.NetBSD.org/src/rev/72937195bd18
branches:  trunk
changeset: 321235:72937195bd18
user:      maya <maya%NetBSD.org@localhost>
date:      Wed Mar 07 15:02:36 2018 +0000

description:
Build compat code as .a if not MODULAR.

Removes some more unused functions.

diffstat:

 sys/arch/sun3/conf/Makefile.sun3 |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r 5d7e0eb5fc89 -r 72937195bd18 sys/arch/sun3/conf/Makefile.sun3
--- a/sys/arch/sun3/conf/Makefile.sun3  Wed Mar 07 14:59:14 2018 +0000
+++ b/sys/arch/sun3/conf/Makefile.sun3  Wed Mar 07 15:02:36 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.sun3,v 1.106 2018/03/03 03:19:36 mrg Exp $
+# $NetBSD: Makefile.sun3,v 1.107 2018/03/07 15:02:36 maya Exp $
 
 # Makefile for NetBSD
 #
@@ -41,9 +41,11 @@
 ##
 OPT_MODULAR=   %MODULAR%
 .if !empty(OPT_MODULAR)
-KERN_AS=       obj
+KERN_AS=       obj
+COMPAT_AS=     obj
 .else
-KERN_AS=       library
+KERN_AS=       library
+COMPAT_AS=     library
 .endif
 
 ##



Home | Main Index | Thread Index | Old Index