aboutsummaryrefslogtreecommitdiffstats
path: root/src/build-data/os/irix.txt
diff options
context:
space:
mode:
authorlloyd <[email protected]>2010-05-13 15:17:20 +0000
committerlloyd <[email protected]>2010-05-13 15:17:20 +0000
commitd1f7b117a81982373f4aaa3260b5017b5bf10450 (patch)
tree84d621e065ba4b7f8f59027e419ac82d583d0f48 /src/build-data/os/irix.txt
parent0b3a19725ae5c2959fea4be3728660063f31dc9d (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/irix.txt')
-rw-r--r--src/build-data/os/irix.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/build-data/os/irix.txt b/src/build-data/os/irix.txt
index 312377096..369b720c4 100644
--- a/src/build-data/os/irix.txt
+++ b/src/build-data/os/irix.txt
@@ -3,7 +3,3 @@ os_type unix
<target_features>
gettimeofday
</target_features>
-
-<supports_shared>
-all
-</supports_shared>