From 03f5456ed06d55ef2ae70d45c3d21becccea57eb Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 9 Jun 2010 06:53:44 -0700 Subject: [PATCH] gcc_4.5.bb: Add lto to gcc package. Signed-off-by: Khem Raj --- recipes/gcc/gcc_4.5.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes/gcc/gcc_4.5.bb b/recipes/gcc/gcc_4.5.bb index 2ef7229271..ad71ada0f9 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" -- 2.39.5