diff options
author | Rechi <Rechi@users.noreply.github.com> | 2018-02-03 08:00:00 +0100 |
---|---|---|
committer | Rechi <Rechi@users.noreply.github.com> | 2018-02-03 08:00:00 +0100 |
commit | 96982778bb1667afe3b05de9c3b1cdef27e55ebf (patch) | |
tree | e00946988ec7a0736c05c603b00727605f35d434 /tools/depends/configure.ac | |
parent | 4020c8649d335d92173dc3232377bed6120d4a1f (diff) |
[osx] deployment target is 10.8
Diffstat (limited to 'tools/depends/configure.ac')
-rw-r--r-- | tools/depends/configure.ac | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tools/depends/configure.ac b/tools/depends/configure.ac index 6e84d644ca..9ef7ef67f2 100644 --- a/tools/depends/configure.ac +++ b/tools/depends/configure.ac @@ -315,10 +315,6 @@ case $host in platform_cxxflags="-no_compact_linkedit -no-cpp-precomp" case $use_xcode in - 3.*.*) - platform_cc=gcc-4.2 - platform_cxx=g++-4.2 - ;; 4.* | 4.*.*) platform_cc=llvm-gcc-4.2 platform_cxx=llvm-g++-4.2 @@ -358,9 +354,6 @@ case $host in # now that we know which sdk, error check sdk_name case $use_sdk in - 10.5);; - 10.6);; - 10.7);; 10.8);; 10.9);; 10.10);; |