diff options
author | davidovski <david@davidovski.xyz> | 2021-10-06 19:46:44 +0100 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2021-10-06 19:46:44 +0100 |
commit | 0cb5ed4e60d3453c0b2ee9a153afa96c9bd3dd0c (patch) | |
tree | 1b81e0432f0bdc659444ca76dc9e0a8babfb58c4 /repo/core/gcc.xibuild | |
parent | 644c64ffd38a93b961e09994abd423d92f8a1da8 (diff) |
added descriptions
Diffstat (limited to 'repo/core/gcc.xibuild')
-rw-r--r-- | repo/core/gcc.xibuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/repo/core/gcc.xibuild b/repo/core/gcc.xibuild index f72f02b..793409c 100644 --- a/repo/core/gcc.xibuild +++ b/repo/core/gcc.xibuild @@ -4,6 +4,8 @@ DEPS=(glibc) SOURCE=https://mirrorservice.org/sites/sourceware.org/pub/gcc/releases/gcc-11.2.0/gcc-11.2.0.tar.xz +DESC="The GNU Compiler Collection - C and C++ frontends" + build () { case $(uname -m) in |