Add isGNU attribute to gccs

This commit is contained in:
Shea Levy
2015-01-14 20:26:57 -08:00
committed by Eric Seidel
parent 48f63c2f2e
commit 16fe4be790
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -55,6 +55,7 @@ rec {
# Needed by the GCC wrapper.
langC = true;
langCC = true;
isGNU = true;
};