From 912fba95e74c7631352bc5007249d75e720bbcdf Mon Sep 17 00:00:00 2001 From: rsc Date: Mon, 24 Nov 2003 22:39:06 +0000 Subject: Changes for Mac OS X. Most important is stack sizes in samterm, which were completely bogus. (Libthread used to ignore them but not anymore. Maybe we really should ignore them, but that breaks Venti, which needs *really* big stacks.) --- src/cmd/venti/mkfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cmd/venti') diff --git a/src/cmd/venti/mkfile b/src/cmd/venti/mkfile index e899ef3f..7a3e9f2f 100644 --- a/src/cmd/venti/mkfile +++ b/src/cmd/venti/mkfile @@ -72,7 +72,7 @@ it:V: all <$PLAN9/src/mkmany $SLIB: $LIBOFILES - ar rvc $SLIB $LIBOFILES + $AR rvc $SLIB $LIBOFILES # xml.c:D: mkxml dat.h # ./mkxml dat.h > xml.c -- cgit v1.2.3