diff options
author | Raymond Danks <raymond@edanks.com> | 2006-05-31 22:35:20 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-05-31 22:35:20 +0000 |
commit | ee362d1f5b993983a60fd5fc413c047ee9894194 (patch) | |
tree | d3f62f8b95f9f374dbb6a820617872c1bc825400 /packages/gcc/gcc_4.0.2.bb | |
parent | d784bf8174ba1df53d37149a34d8652911983fdb (diff) |
gcc - ${TARGET_PREFIX}gcov are useful for cross code coverage analysis.
Cleanup some errors in packaging when certain files do not exist.
Add GCOV_PREFIX* cross-profiling patches.
Pass in GFORTRAN_FOR_TARGET for cross builds.
Diffstat (limited to 'packages/gcc/gcc_4.0.2.bb')
-rw-r--r-- | packages/gcc/gcc_4.0.2.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/gcc/gcc_4.0.2.bb b/packages/gcc/gcc_4.0.2.bb index d0c22b06d6..a83a030c8b 100644 --- a/packages/gcc/gcc_4.0.2.bb +++ b/packages/gcc/gcc_4.0.2.bb @@ -13,7 +13,8 @@ include gcc-package.inc SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2 \ file://arm-nolibfloat.patch;patch=1 \ file://arm-softfloat.patch;patch=1 \ - file://ldflags.patch;patch=1" + file://ldflags.patch;patch=1 \ + file://GCOV_PREFIX_STRIP-cross-profile_4.1.patch;patch=1" # uclibc patches below SRC_URI_append = " file://100-uclibc-conf.patch;patch=1 \ |