summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2002-09-17 07:32:36 +0000
committerpeter <peter@FreeBSD.org>2002-09-17 07:32:36 +0000
commit773f57148083a9645a1164d46262b80e8ce46556 (patch)
tree17ab14f7008b90056bbc83342cd85b4b8e593288
parent4f16bebf43feb3c2597f317754fdfc0d555bf5ae (diff)
downloadFreeBSD-src-773f57148083a9645a1164d46262b80e8ce46556.zip
FreeBSD-src-773f57148083a9645a1164d46262b80e8ce46556.tar.gz
Add i386 to the list of architectures that libc_r is broken on. This
effectively removes pppctl from the build for now. It only compiles on alpha now (now ironic).
-rw-r--r--lib/Makefile2
-rw-r--r--usr.sbin/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/Makefile b/lib/Makefile
index 922b66c..ab8dc55 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -40,7 +40,7 @@ _csu=csu/${MACHINE_ARCH}
_csu=csu
.endif
-.if !defined(NOLIBC_R) && ${MACHINE_ARCH} != ia64 && ${MACHINE_ARCH} != sparc64
+.if !defined(NOLIBC_R) && ${MACHINE_ARCH} != ia64 && ${MACHINE_ARCH} != sparc64 && ${MACHINE_ARCH} != i386
_libc_r= libc_r
.endif
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile
index 7e26e25..b4e629a 100644
--- a/usr.sbin/Makefile
+++ b/usr.sbin/Makefile
@@ -131,7 +131,7 @@ SUBDIR+=ipftest \
iptest
.endif
-.if !defined(NOLIBC_R) && ${MACHINE_ARCH} != "ia64" && ${MACHINE_ARCH} != "sparc64"
+.if !defined(NOLIBC_R) && ${MACHINE_ARCH} != "ia64" && ${MACHINE_ARCH} != "sparc64" && ${MACHINE_ARCH} != "i386"
SUBDIR+=pppctl
.endif
OpenPOWER on IntegriCloud