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-3.3.3.inc | |
parent | a58b26f88e2a4377e8c22f3a1269672815799c8c (diff) |
Create gcc-common.inc
Diffstat (limited to 'packages/gcc/gcc-3.3.3.inc')
-rw-r--r-- | packages/gcc/gcc-3.3.3.inc | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/packages/gcc/gcc-3.3.3.inc b/packages/gcc/gcc-3.3.3.inc index ea34debc64..8c44d60d1c 100644 --- a/packages/gcc/gcc-3.3.3.inc +++ b/packages/gcc/gcc-3.3.3.inc @@ -1,10 +1,6 @@ -SECTION = "devel" -PR = "r3" -inherit autotools gettext +require gcc-common.inc -DESCRIPTION = "The GNU cc and gcc C compilers." -HOMEPAGE = "http://www.gnu.org/software/gcc/" -LICENSE = "GPL" +PR = "r3" # libgcc libstdc++ libg2c are listed in our FILES_*, but are actually # packaged in the respective cross packages. |