summaryrefslogtreecommitdiff
path: root/lang/kaffe
diff options
context:
space:
mode:
authormycroft <mycroft>1998-11-07 19:32:05 +0000
committermycroft <mycroft>1998-11-07 19:32:05 +0000
commitda2cca1204d0e9703ca9dfba5056d02635f3d216 (patch)
treea628d62e4b470c6ac07de2c0523d97730bbda98e /lang/kaffe
parent7291769c5f832e560034888b6f65f6bde57e4c20 (diff)
downloadpkgsrc-da2cca1204d0e9703ca9dfba5056d02635f3d216.tar.gz
Enable shared libraries on the ARM.
Diffstat (limited to 'lang/kaffe')
-rw-r--r--lang/kaffe/patches/patch-ai19
1 files changed, 19 insertions, 0 deletions
diff --git a/lang/kaffe/patches/patch-ai b/lang/kaffe/patches/patch-ai
new file mode 100644
index 00000000000..0e87d82cbe7
--- /dev/null
+++ b/lang/kaffe/patches/patch-ai
@@ -0,0 +1,19 @@
+--- config/arm/netbsd1/config.frag.orig Thu Jun 4 22:15:46 1998
++++ config/arm/netbsd1/config.frag Sat Nov 7 13:07:45 1998
+@@ -1,10 +1,14 @@
+ #
+-# We do not support shared libraries yet
++# arm/Netbsd1 configuration
+ #
+-dynamic_libraries=no
++host_cpu=arm
++host_os=netbsd1
++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