diff options
Diffstat (limited to 'misc/config/os/darwin')
-rw-r--r-- | misc/config/os/darwin | 26 |
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> |