diff options
author | mycroft <mycroft> | 1998-11-08 23:42:22 +0000 |
---|---|---|
committer | mycroft <mycroft> | 1998-11-08 23:42:22 +0000 |
commit | 1b98173a307ffa8a96f90bee78f85aae9c9bb283 (patch) | |
tree | 1baf2eb53849ee2e3c0d0bb25a478815959bef8b | |
parent | 3e95bcc4ad53b53d9e13e496259712d4a152e039 (diff) | |
download | pkgsrc-1b98173a307ffa8a96f90bee78f85aae9c9bb283.tar.gz |
jthreads doesn't seem to work on i386, either.
If it was even vaguely documented, maybe I could fix it...
-rw-r--r-- | lang/kaffe/patches/patch-aj | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lang/kaffe/patches/patch-aj b/lang/kaffe/patches/patch-aj new file mode 100644 index 00000000000..c7ced017a3c --- /dev/null +++ b/lang/kaffe/patches/patch-aj @@ -0,0 +1,12 @@ +--- config/i386/netbsd1/config.frag.orig Tue Mar 31 14:10:53 1998 ++++ config/i386/netbsd1/config.frag Sun Nov 8 18:13:28 1998 +@@ -6,3 +6,9 @@ + PIC=-fpic + LIBSHARE=-Bshareable + LIBEXT=.so ++ ++# ++# Unfortunately, it doesn't pass GCTest when preemption is enabled, ++# so old threads only for now. XXX ++# ++with_threads=unix-internal |