diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2008-03-15 13:49:51 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2008-03-15 13:49:51 +0000 |
commit | b059ff9b659ac3b8f4ac48bb18450366ff18ce81 (patch) | |
tree | caefe701ec97bcd74b65594c18c608afc96577b6 /packages/gcc/gcc-common.inc | |
parent | a58b26f88e2a4377e8c22f3a1269672815799c8c (diff) |
Create gcc-common.inc
Diffstat (limited to 'packages/gcc/gcc-common.inc')
-rw-r--r-- | packages/gcc/gcc-common.inc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/packages/gcc/gcc-common.inc b/packages/gcc/gcc-common.inc new file mode 100644 index 0000000000..cd2582e160 --- /dev/null +++ b/packages/gcc/gcc-common.inc @@ -0,0 +1,6 @@ +DESCRIPTION = "The GNU cc and gcc C compilers." +HOMEPAGE = "http://www.gnu.org/software/gcc/" +SECTION = "devel" +LICENSE = "GPL" + +inherit autotools gettext |