diff options
author | mycroft <mycroft@pkgsrc.org> | 1998-11-08 23:42:22 +0000 |
---|---|---|
committer | mycroft <mycroft@pkgsrc.org> | 1998-11-08 23:42:22 +0000 |
commit | 99987d17e1ca14590ce79418956136017ea52d3a (patch) | |
tree | 1baf2eb53849ee2e3c0d0bb25a478815959bef8b /lang/kaffe/patches | |
parent | 73b8265a432b0785553625d680868d71497f89f1 (diff) | |
download | pkgsrc-99987d17e1ca14590ce79418956136017ea52d3a.tar.gz |
jthreads doesn't seem to work on i386, either.
If it was even vaguely documented, maybe I could fix it...
Diffstat (limited to 'lang/kaffe/patches')
-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 |