diff options
| author | ruki <[email protected]> | 2023-01-29 22:38:47 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-01-29 22:38:47 +0800 |
| commit | f3b7dad8768679df499b36d635532f81f3c5063a (patch) | |
| tree | 55e4f600419a3495e8e131ba474f4fcb156d9a60 /xmake/modules/core/tools/gcc.lua | |
| parent | d6f64cf2a51e2225afd292167e2baba6250233d0 (diff) | |
add c90
Diffstat (limited to 'xmake/modules/core/tools/gcc.lua')
| -rw-r--r-- | xmake/modules/core/tools/gcc.lua | 2 |
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" |
