diff options
| author | Richard Purdie <richard@openedhand.com> | 2006-03-24 07:45:34 +0000 |
|---|---|---|
| committer | Richard Purdie <richard@openedhand.com> | 2006-03-24 07:45:34 +0000 |
| commit | 63e2f3e549fa5ef0388f5e975ff166e287f64cf4 (patch) | |
| tree | 9e3f74c84bfa2e6a2303345450062aaf995671fe /openembedded/packages/gcc | |
| parent | 00f5d77e03a8e46607149bb82d7acacfc7996990 (diff) | |
| download | poky-63e2f3e549fa5ef0388f5e975ff166e287f64cf4.tar.gz | |
Misc changes to match OE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@334 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/gcc')
| -rw-r--r-- | openembedded/packages/gcc/gcc3-build-cross.inc | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/openembedded/packages/gcc/gcc3-build-cross.inc b/openembedded/packages/gcc/gcc3-build-cross.inc index a41ae11d64..384886c76e 100644 --- a/openembedded/packages/gcc/gcc3-build-cross.inc +++ b/openembedded/packages/gcc/gcc3-build-cross.inc | |||
| @@ -39,5 +39,9 @@ do_stage_append () { | |||
| 39 | rmdir ${CROSS_DIR}/include || : | 39 | rmdir ${CROSS_DIR}/include || : |
| 40 | 40 | ||
| 41 | # We don't really need to keep this around | 41 | # We don't really need to keep this around |
| 42 | rm -rf ${CROSS_DIR}/share | 42 | # rm -rf ${CROSS_DIR}/share but leave java there |
| 43 | for d in share/man share/info; | ||
| 44 | do | ||
| 45 | rm -rf ${CROSS_DIR}/$d | ||
| 46 | done | ||
| 43 | } | 47 | } |
