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/737f6d8870b0
branches: trunk
changeset: 433578:737f6d8870b0
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 8b03ba920c95 -r 737f6d8870b0 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 8b03ba920c95 -r 737f6d8870b0 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