blob: 0e87d82cbe783e1550d5a88235dcc4a4fb4f6c0e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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
|