libc: Makefile.inc: remove "sparc" from quad support list; ok deraadt@
authorcheloha <cheloha@openbsd.org>
Sun, 29 Oct 2023 23:32:52 +0000 (23:32 +0000)
committercheloha <cheloha@openbsd.org>
Sun, 29 Oct 2023 23:32:52 +0000 (23:32 +0000)
lib/libc/Makefile.inc

index 03de905..ed0e736 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile.inc,v 1.30 2022/01/01 23:47:14 guenther Exp $
+#      $OpenBSD: Makefile.inc,v 1.31 2023/10/29 23:32:52 cheloha Exp $
 #
 # This file contains make rules used to build libc
 #
@@ -50,7 +50,7 @@ AINC+=  -nostdinc -idirafter ${DESTDIR}/usr/include
 # 32-bit systems need these
 .if (${MACHINE_CPU} == "i386") || (${MACHINE_CPU} == "powerpc") || \
     (${MACHINE_CPU} == "hppa") || (${MACHINE_CPU} == "arm") || \
-    (${MACHINE_CPU} == "sparc") || (${MACHINE_CPU} == "sh") || \
+    (${MACHINE_CPU} == "sh") || \
     (${MACHINE_CPU} == "m88k")
 .include "${LIBCSRCDIR}/quad/Makefile.inc"
 .endif