da746ae526
compiler included. Uses the boehm garbage collector. A big thanks goes to all who made devel/boehm-gc available. Modifying patches for a specific use is much easier than reinventing them! Note: I've marked this as i386-only, since it acted a little flacky on alpha and sparc. In theory support for at least those platforms supported by the garbage collector is possible. You are welcome to try.
14 lines
302 B
Text
14 lines
302 B
Text
$NetBSD: patch-ac,v 1.1.1.1 2000/01/10 22:09:15 pooka Exp $
|
|
|
|
--- ../../bin/archsys.orig Thu May 20 16:44:32 1999
|
|
+++ ../../bin/archsys Sat Jan 8 19:43:12 2000
|
|
@@ -62,6 +62,9 @@
|
|
OpenBSD)
|
|
SYS=i386${SEP}openbsd
|
|
;;
|
|
+ NetBSD)
|
|
+ SYS=netbsd
|
|
+ ;;
|
|
IRIX*)
|
|
SYS=mips${SEP}irix
|
|
;;
|