summaryrefslogtreecommitdiffstats
path: root/lib/libc/Makefile
diff options
context:
space:
mode:
authorjchandra <jchandra@FreeBSD.org>2010-06-16 14:13:36 +0000
committerjchandra <jchandra@FreeBSD.org>2010-06-16 14:13:36 +0000
commitfc8e5640fde2885c20b71d87518816d05c10ea3a (patch)
tree954c17dd56864a5c26250ae8901a4aa7c0842cf0 /lib/libc/Makefile
parentfe3438c7729291144ecd4e7bd292857588b56ce6 (diff)
downloadFreeBSD-src-fc8e5640fde2885c20b71d87518816d05c10ea3a.zip
FreeBSD-src-fc8e5640fde2885c20b71d87518816d05c10ea3a.tar.gz
Merge jmallett@'s n64 work into HEAD - changeset 2
Update libc Makefiles. Add makecontext implementation. Changes from http://svn.freebsd.org/base/user/jmallett/octeon Approved by: rrs(mentor), jmallett
Diffstat (limited to 'lib/libc/Makefile')
-rw-r--r--lib/libc/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/libc/Makefile b/lib/libc/Makefile
index b58b6cb..682f42c 100644
--- a/lib/libc/Makefile
+++ b/lib/libc/Makefile
@@ -51,7 +51,12 @@ NOASM=
.include "${.CURDIR}/posix1e/Makefile.inc"
.if ${MACHINE_ARCH} != "amd64" && \
${MACHINE_ARCH} != "ia64" && \
- ${MACHINE_ARCH} != "sparc64"
+ ${MACHINE_ARCH} != "sparc64" && \
+ ${MACHINE_ARCH} != "mips"
+.include "${.CURDIR}/quad/Makefile.inc"
+.endif
+.if ${MACHINE_ARCH} == "mips" && \
+ (!defined(TARGET_ABI) || ${TARGET_ABI} == "o32")
.include "${.CURDIR}/quad/Makefile.inc"
.endif
.include "${.CURDIR}/regex/Makefile.inc"
OpenPOWER on IntegriCloud