summaryrefslogtreecommitdiffstats
path: root/recipes/gcc/gcc_4.5.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/gcc/gcc_4.5.bb')
-rw-r--r--recipes/gcc/gcc_4.5.bb4
1 files changed, 3 insertions, 1 deletions
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"