diff options
author | Holger Freyther <zecke@selfish.org> | 2006-08-06 13:24:40 +0000 |
---|---|---|
committer | Holger Freyther <zecke@selfish.org> | 2006-08-06 13:24:40 +0000 |
commit | 6608794e72068692b56d77db9b157df28eb691bb (patch) | |
tree | 8aa0b9cc40ec611f6369df05b6ce8e29be476cdb /packages/gcc/gcc_3.4.4.bb | |
parent | 27900a482bcdafd387ed455e747fac95f8a74177 (diff) | |
parent | aea3bc79a39d0a3b4589f73c7907dd6d7b62b811 (diff) |
merge of 'af0f25bad53ac40966623922f300d0010d5bddcd'
and 'e01159849c30197f5d81415a84ca779aa90ee704'
Diffstat (limited to 'packages/gcc/gcc_3.4.4.bb')
-rw-r--r-- | packages/gcc/gcc_3.4.4.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/gcc/gcc_3.4.4.bb b/packages/gcc/gcc_3.4.4.bb index 144852f15a..fece12cab0 100644 --- a/packages/gcc/gcc_3.4.4.bb +++ b/packages/gcc/gcc_3.4.4.bb @@ -23,7 +23,8 @@ 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 " SRC_URI += "file://gcc34-configure.in.patch;patch=1" SRC_URI += "file://gcc34-thumb-support.patch;patch=1" |