Rename ccgo back to gccgo

I believe this is result of typo, introduced in 48f63c2f.
This commit is contained in:
Alexander V. Nikolaev 2015-03-27 12:45:32 +02:00
parent b91e83dc77
commit 3311513df6

View File

@ -211,7 +211,7 @@ stdenv.mkDerivation {
''
+ optionalString cc.langGo or false ''
wrap ccgo ${./cc-wrapper.sh} $ccPath/gccgo
wrap gccgo ${./cc-wrapper.sh} $ccPath/gccgo
''
+ optionalString cc.langAda or false ''