Source-Changes-HG archive

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

[src/pgoyette-compat]: src/sys/compat/common Don't add the compat_60_cpu_ucod...



details:   https://anonhg.NetBSD.org/src/rev/8669250ec3d9
branches:  pgoyette-compat
changeset: 321103:8669250ec3d9
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Sun Mar 25 21:27:51 2018 +0000

description:
Don't add the compat_60_cpu_ucode.c file here.  It's already added in
the main Makefile, and doing again here results in trying to link it
twice (with resulting symbol redefinition errors).

diffstat:

 sys/compat/common/Makefile.sysio |  8 +-------
 1 files changed, 1 insertions(+), 7 deletions(-)

diffs (19 lines):

diff -r 18afe0a48500 -r 8669250ec3d9 sys/compat/common/Makefile.sysio
--- a/sys/compat/common/Makefile.sysio  Sun Mar 25 10:38:51 2018 +0000
+++ b/sys/compat/common/Makefile.sysio  Sun Mar 25 21:27:51 2018 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.sysio,v 1.7.18.15 2018/03/25 10:38:51 pgoyette Exp $
+#      $NetBSD: Makefile.sysio,v 1.7.18.16 2018/03/25 21:27:51 pgoyette Exp $
 
 # Sources for syscall and ioctl compatibility across the versions.
 
@@ -61,9 +61,3 @@
 .PATH: ${S}/dev/wscons
 SRCS+= wsevent_50.c
 
-# x86-specific compatability code for NetBSD 6.0
-.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"
-CPPFLAGS+=      -DCPU_UCODE
-.PATH:  ${S}/arch/x86/x86
-SRCS+=  compat_60_cpu_ucode.c
-.endif



Home | Main Index | Thread Index | Old Index