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.1.1.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.1.1.inc')
-rw-r--r-- | packages/gcc/gcc-4.1.1.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/packages/gcc/gcc-4.1.1.inc b/packages/gcc/gcc-4.1.1.inc index d9cf6a08a0..3c369f04bc 100644 --- a/packages/gcc/gcc-4.1.1.inc +++ b/packages/gcc/gcc-4.1.1.inc @@ -1,8 +1,6 @@ require gcc-common.inc PR = "r18" -require gcc-package.inc - SRC_URI = "http://ftp.gnu.org/pub/gnu/gcc/gcc-4.1.1/gcc-4.1.1.tar.bz2 \ file://100-uclibc-conf.patch;patch=1 \ file://110-arm-eabi.patch;patch=1 \ |