diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-05-30 18:09:14 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-05-30 18:09:14 (EDT) |
commit | 085427612d3dd0270fdfeadac42b6871a821c97d (patch) | |
tree | 64e477db7eca5908f4e9cc13ade5db37bce4e19f | |
parent | 85787e06974c8e0999a1e71d9eb2891b300d0639 (diff) |
gcc-*-*-*, g++-*-*-*: Slightly improve descriptions
-rw-r--r-- | g++.pkg.in/control | 2 | ||||
-rw-r--r-- | gcc.pkg.in/control | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/g++.pkg.in/control b/g++.pkg.in/control index cdbe93a..e713110 100644 --- a/g++.pkg.in/control +++ b/g++.pkg.in/control @@ -3,6 +3,6 @@ Platform: all Depends: gcc-defaults-common (= ${Binary-Version}), g++-${GCC-Base-Version}-@PKG_TARGET_ARCH@ Description: GNU C++ compiler for @PKG_TARGET_ARCH@ - This is the GNU C++ compiler, a fairly portable optimizing compiler for C++. + This is the C++ language front end for the GNU Compiler Collection. . This package depends on the default version of the GNU C++ compiler. diff --git a/gcc.pkg.in/control b/gcc.pkg.in/control index 3b5042a..1e5da71 100644 --- a/gcc.pkg.in/control +++ b/gcc.pkg.in/control @@ -3,6 +3,6 @@ Platform: all Depends: gcc-defaults-common (= ${Binary-Version}), gcc-${GCC-Base-Version}-@PKG_TARGET_ARCH@ Description: GNU C compiler for @PKG_TARGET_ARCH@ - This is the GNU C compiler, a fairly portable optimizing compiler for C. + This is the C language front end for the GNU Compiler Collection. . This package depends on the default version of the GNU C compiler. |