Source-Changes-HG archive

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

[src/trunk]: src/sys/arch No need to specify COMPAT_AS anymore.



details:   https://anonhg.NetBSD.org/src/rev/d78fbb28be1c
branches:  trunk
changeset: 836014:d78fbb28be1c
user:      rin <rin%NetBSD.org@localhost>
date:      Sat Sep 22 12:05:52 2018 +0000

description:
No need to specify COMPAT_AS anymore.
Now, it is automatically determined from OPT_MODULAR.

diffstat:

 sys/arch/sun2/conf/Makefile.sun2 |  4 +---
 sys/arch/sun3/conf/Makefile.sun3 |  4 +---
 2 files changed, 2 insertions(+), 6 deletions(-)

diffs (40 lines):

diff -r f52837448b38 -r d78fbb28be1c sys/arch/sun2/conf/Makefile.sun2
--- a/sys/arch/sun2/conf/Makefile.sun2  Sat Sep 22 11:58:19 2018 +0000
+++ b/sys/arch/sun2/conf/Makefile.sun2  Sat Sep 22 12:05:52 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.sun2,v 1.22 2018/03/07 15:20:50 maya Exp $
+# $NetBSD: Makefile.sun2,v 1.23 2018/09/22 12:05:52 rin Exp $
 
 # Makefile for NetBSD
 #
@@ -41,10 +41,8 @@
 OPT_MODULAR=   %MODULAR%
 .if !empty(OPT_MODULAR)
 KERN_AS=       obj
-COMPAT_AS=     obj
 .else
 KERN_AS=       library
-COMPAT_AS=     library
 .endif
 # XXX lib/libkern/arch/m68k/Makefile.inc needs to know that
 # XXX our MACHINE_ARCH is m68000, and not m68k.  --fredette
diff -r f52837448b38 -r d78fbb28be1c sys/arch/sun3/conf/Makefile.sun3
--- a/sys/arch/sun3/conf/Makefile.sun3  Sat Sep 22 11:58:19 2018 +0000
+++ b/sys/arch/sun3/conf/Makefile.sun3  Sat Sep 22 12:05:52 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.sun3,v 1.107 2018/03/07 15:02:36 maya Exp $
+# $NetBSD: Makefile.sun3,v 1.108 2018/09/22 12:05:52 rin Exp $
 
 # Makefile for NetBSD
 #
@@ -42,10 +42,8 @@
 OPT_MODULAR=   %MODULAR%
 .if !empty(OPT_MODULAR)
 KERN_AS=       obj
-COMPAT_AS=     obj
 .else
 KERN_AS=       library
-COMPAT_AS=     library
 .endif
 
 ##



Home | Main Index | Thread Index | Old Index