diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2008-03-15 16:21:03 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2008-03-15 16:21:03 +0000 |
commit | 76aaa6df7b76871b6c84aeb91dd984c8902132cb (patch) | |
tree | 81e195d55f002d2bd8ba66c42472b24d287cef8e /packages/gcc/gcc-4.2.2.inc | |
parent | f4b9a60d4df924a24e1e6efe938eb2ddf4692c2f (diff) |
gcc: Rename gcc-package.inc gcc-package-target.inc and move includes a level lower. There should be no functionality change yet, it just makes that change easier to remove target packaging from cross builds
Diffstat (limited to 'packages/gcc/gcc-4.2.2.inc')
-rw-r--r-- | packages/gcc/gcc-4.2.2.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/packages/gcc/gcc-4.2.2.inc b/packages/gcc/gcc-4.2.2.inc index 8a250396cb..593ae546c3 100644 --- a/packages/gcc/gcc-4.2.2.inc +++ b/packages/gcc/gcc-4.2.2.inc @@ -2,8 +2,6 @@ require gcc-common.inc PR = "r6" -require gcc-package.inc - SRC_URI = "ftp://ftp.gnu.org/pub/gnu/gcc/gcc-${PV}/gcc-${PV}.tar.bz2 \ file://100-uclibc-conf.patch;patch=1 \ file://103-uclibc-conf-noupstream.patch;patch=1 \ |