diff options
author | lloyd <[email protected]> | 2010-05-13 15:17:20 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-05-13 15:17:20 +0000 |
commit | d1f7b117a81982373f4aaa3260b5017b5bf10450 (patch) | |
tree | 84d621e065ba4b7f8f59027e419ac82d583d0f48 /src/build-data/os/darwin.txt | |
parent | 0b3a19725ae5c2959fea4be3728660063f31dc9d (diff) |
Remove the old (unused) <supports_shared> config block. It specified
which architectures the OS supported shared libs on; in all cases it
was either all or none. Replace with new config build_shared [yes|no],
which defaults to yes but is set to no for MinGW and Cygwin since
shared libs don't seem to be working well there.
Diffstat (limited to 'src/build-data/os/darwin.txt')
-rw-r--r-- | src/build-data/os/darwin.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/build-data/os/darwin.txt b/src/build-data/os/darwin.txt index af60e1bed..b63abf32c 100644 --- a/src/build-data/os/darwin.txt +++ b/src/build-data/os/darwin.txt @@ -12,10 +12,6 @@ doc_dir doc gettimeofday </target_features> -<supports_shared> -all -</supports_shared> - <aliases> macosx </aliases> |