summaryrefslogtreecommitdiff
path: root/default.c
diff options
context:
space:
mode:
Diffstat (limited to 'default.c')
-rw-r--r--default.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/default.c b/default.c
index 53dfed1..154cb82 100644
--- a/default.c
+++ b/default.c
@@ -219,7 +219,7 @@ static char *default_variables[] =
"AS", "as",
#ifdef GCC_IS_NATIVE
"CC", "gcc",
- "CXX, "gcc",
+ "CXX", "gcc",
#else
"CC", "cc",
"CXX", "g++",