aboutsummaryrefslogtreecommitdiffstats
path: root/misc/config/os/darwin
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-09-29 20:17:08 +0000
committerlloyd <[email protected]>2008-09-29 20:17:08 +0000
commit7c0319368d1948d54db514e5f72c589a397e2909 (patch)
tree2d52b6dd8715a6ea0fc21b3a66673fb38a8d4ebb /misc/config/os/darwin
parent0f2dfff90fe3882a85308d66a05803178a452023 (diff)
Remove the misc dir:
Moved XS, Boost Python, and SWIG wrappers to new toplevel directory 'wrappers' Moved NIST X.509 test suite into checks directory Move the build information used by configure.pl to src/build-data Move scripts directory to doc (for lack of a better spot)
Diffstat (limited to 'misc/config/os/darwin')
-rw-r--r--misc/config/os/darwin26
1 files changed, 0 insertions, 26 deletions
diff --git a/misc/config/os/darwin b/misc/config/os/darwin
deleted file mode 100644
index aa28dc59b..000000000
--- a/misc/config/os/darwin
+++ /dev/null
@@ -1,26 +0,0 @@
-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>