[oe-commits] Khem Raj : gcc_4.5.bb: Add lto to gcc package.

git version control git at git.openembedded.org
Wed Jun 9 13:55:30 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 03f5456ed06d55ef2ae70d45c3d21becccea57eb
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=03f5456ed06d55ef2ae70d45c3d21becccea57eb

Author: Khem Raj <raj.khem at gmail.com>
Date:   Wed Jun  9 06:53:44 2010 -0700

gcc_4.5.bb: Add lto to gcc package.

Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 recipes/gcc/gcc_4.5.bb |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/recipes/gcc/gcc_4.5.bb b/recipes/gcc/gcc_4.5.bb
index 2ef7229..ad71ada 100644
--- a/recipes/gcc/gcc_4.5.bb
+++ b/recipes/gcc/gcc_4.5.bb
@@ -1,4 +1,4 @@
-PR = "${INC_PR}.0"
+PR = "${INC_PR}.1"
 require gcc-${PV}.inc
 require gcc-configure-target.inc
 require gcc-package-target.inc
@@ -6,6 +6,8 @@ require gcc-package-target.inc
 # Gcc 4.3.3 installs crt* in a '4.3.1' dir....
 FILES_${PN} += "\
         ${gcclibdir}/${TARGET_SYS}/*/*.o \
+	${libexecdir}/gcc/${TARGET_SYS}/${BINV}/lto1 \
+	${libexecdir}/gcc/${TARGET_SYS}/${BINV}/lto-wrapper \
 "
 
 SRC_URI_append = "file://fortran-cross-compile-hack.patch"





More information about the Openembedded-commits mailing list