aboutsummaryrefslogtreecommitdiffstats
path: root/misc/config/os/darwin
blob: aa28dc59b7ac555eb0b920d2d5795dfb42b1139b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
realname "Darwin / MacOS X"

os_type unix

so_suffix dylib

# It doesn't have the 's' option; you need to use needs ranlib
ar_command "ar cr"
ar_needs_ranlib yes

doc_dir doc

<supports_shared>
all
</supports_shared>

<arch>
ia32
amd64
ppc
ppc64 # g5!
</arch>

<aliases>
macosx
</aliases>