summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xmake/modules/core/tools/gcc.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/xmake/modules/core/tools/gcc.lua b/xmake/modules/core/tools/gcc.lua
index 38695591d..b8a05832c 100644
--- a/xmake/modules/core/tools/gcc.lua
+++ b/xmake/modules/core/tools/gcc.lua
@@ -181,6 +181,8 @@ function nf_language(self, stdname)
ansi = "-ansi"
, c89 = "-std=c89"
, gnu89 = "-std=gnu89"
+ , c90 = "-std=c90"
+ , gnu90 = "-std=gnu90"
, c99 = "-std=c99"
, gnu99 = "-std=gnu99"
, c11 = "-std=c11"