There since the powerpc -> macppc move/rename.

KERN_AS   usage disappeared in
        commit 5b7db11d478192c5908038bb1345e7d51cc35c8e
        Author: rahnds <rah...@openbsd.org>
        Date:   Mon May 5 16:47:15 1997 +0000

        only build one version of the libraries.

REAL_VIRT usage disappeared in
        commit 08e027d6bb9ca863bfc44a1aa6957ff3a242e2f4
        Author: rahnds <rah...@openbsd.org>
        Date:   Thu Apr 27 12:36:29 2000 +0000

        Fixes to xcoff bootloader to allow it to execute and load kernels for 
OpenBSD.

Make agrees that these are defined but not used:

        $ make -p            | grep -e KERN_AS -e REAL_VIRT
        KERN_AS          = library
        REAL_VIRT        = -v
        $ make -C ofwboot -p | grep -e KERN_AS -e REAL_VIRT
        KERN_AS          = library
        REAL_VIRT        = -v

No object change.
OK?


Index: sys/arch/macppc/stand/Makefile.inc
===================================================================
RCS file: /cvs/src/sys/arch/macppc/stand/Makefile.inc,v
retrieving revision 1.13
diff -u -p -r1.13 Makefile.inc
--- sys/arch/macppc/stand/Makefile.inc  6 Nov 2016 16:04:20 -0000       1.13
+++ sys/arch/macppc/stand/Makefile.inc  12 Oct 2022 10:08:14 -0000
@@ -4,8 +4,6 @@
 .if !defined(__stand_makefile_inc)
 __stand_makefile_inc=1
 
-KERN_AS=       library
-
 S=$(.CURDIR)/../../../$(R)
 
 .if !make(clean) && !make(cleandir) && !make(includes) && !make(libdep) && \
@@ -16,7 +14,6 @@ S=$(.CURDIR)/../../../$(R)
 
 #
 EXTRACFLAGS=   -msoft-float
-REAL_VIRT?=    -v
 ENTRY?=        _start
 
 INCLUDES+=     -I. -I$(.OBJDIR) -I$(.CURDIR)/.. -I$(S)/arch -I$(S)

Reply via email to