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-3.3.4.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-3.3.4.inc')
-rw-r--r-- | packages/gcc/gcc-3.3.4.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/packages/gcc/gcc-3.3.4.inc b/packages/gcc/gcc-3.3.4.inc index 497c27026b..6c280c49f6 100644 --- a/packages/gcc/gcc-3.3.4.inc +++ b/packages/gcc/gcc-3.3.4.inc @@ -73,5 +73,3 @@ do_configure () { (cd ${S} && gnu-configize) || die "failure running gnu-configize" oe_runconf } - -require gcc-package.inc |