diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-08-08 09:21:26 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-08-08 09:21:26 +0000 |
commit | 1adf1c842a2e0ba55b4f01a9c12f0e3096bf0628 (patch) | |
tree | 07a76d417747ccb8ae2273a3ca35ffff463a59d2 /packages/gcc/gcc_3.4.3.bb | |
parent | 8979ceed2e9ed94a2022a1c760bdec38e16e05d0 (diff) | |
parent | e1aa79108dc9335cee9aab3d0e5d60e8de473c46 (diff) |
merge of '22a005b824014688c2c41c2dba34c42bf145a946'
and '8e90244a719ea0f6cc33218bf925484a5a4e1855'
Diffstat (limited to 'packages/gcc/gcc_3.4.3.bb')
-rw-r--r-- | packages/gcc/gcc_3.4.3.bb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/packages/gcc/gcc_3.4.3.bb b/packages/gcc/gcc_3.4.3.bb index 1cd108aa34..906465b1a9 100644 --- a/packages/gcc/gcc_3.4.3.bb +++ b/packages/gcc/gcc_3.4.3.bb @@ -7,7 +7,7 @@ MAINTAINER = "Gerald Britton <gbritton@doomcom.org>" inherit autotools gettext -include gcc-package.inc +require gcc-package.inc SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2 \ file://gcc34-reverse-compare.patch;patch=1 \ @@ -23,6 +23,7 @@ SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2 \ file://GCC3.4.0VisibilityPatch.diff;patch=1 \ file://15342.patch;patch=1 \ file://always-fixincperm.patch;patch=1 \ - file://GCOV_PREFIX_STRIP-cross-profile_3.4.patch;patch=1" + file://GCOV_PREFIX_STRIP-cross-profile_3.4.patch;patch=1 \ + file://zecke-xgcc-cpp.patch;patch=1 " -include gcc3-build.inc +require gcc3-build.inc |