Skip to content
Snippets Groups Projects
Commit 4866fd67 authored by Mike McQuaid's avatar Mike McQuaid
Browse files

Revert "default_compiler: recognize gcc-4.0"

This reverts commit bedcbb806bb8a991a1317b4ccde8d16b6974cc46.
parent 1dcf726a
No related branches found
No related tags found
No related merge requests found
......@@ -104,7 +104,6 @@ module OS
def default_compiler
case default_cc
when /^gcc-4.0/ then :gcc_4_0
when /^gcc/ then :gcc
when /^llvm/ then :llvm
when "clang" then :clang
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment