summaryrefslogtreecommitdiffstats
path: root/lib/Makefile
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2003-01-06 00:56:23 +0000
committermarcel <marcel@FreeBSD.org>2003-01-06 00:56:23 +0000
commite9cd0e2e144baaddc464791fba38ef829193b155 (patch)
tree5c81c5d4df8691906e30b75b5583d89f7b456055 /lib/Makefile
parent27381a0d4574e98d6ac003f4e5266631aca601f7 (diff)
downloadFreeBSD-src-e9cd0e2e144baaddc464791fba38ef829193b155.zip
FreeBSD-src-e9cd0e2e144baaddc464791fba38ef829193b155.tar.gz
Port libc_r to ia64. We need to do things slightly different
because we have 2 stacks per thread: the regular downward memory stack and the irregular upward register stack. This implementation lets both stacks grow toward each other. An alternative scheme is to have them grow away from each other. The alternate scheme has the advantage that both stack grow toward guard pages. Since libc_r is virtually dead and we really want the *context stuff for thread switching, we don't try to be perfect, just functional.
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile
index 4827e3a..9b68782 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
+.if !defined(NOLIBC_R)
_libc_r= libc_r
.endif
OpenPOWER on IntegriCloud