From: cheloha Date: Sun, 29 Oct 2023 23:32:52 +0000 (+0000) Subject: libc: Makefile.inc: remove "sparc" from quad support list; ok deraadt@ X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=78887e0fb9a6829b23c21fb2ceac1244f3398fb0;p=openbsd libc: Makefile.inc: remove "sparc" from quad support list; ok deraadt@ --- diff --git a/lib/libc/Makefile.inc b/lib/libc/Makefile.inc index 03de905a23d..ed0e736bf15 100644 --- a/lib/libc/Makefile.inc +++ b/lib/libc/Makefile.inc @@ -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