diff options
Diffstat (limited to 'meta/packages/gcc')
-rw-r--r-- | meta/packages/gcc/gcc-cross_4.3.3.bb | 2 | ||||
-rw-r--r-- | meta/packages/gcc/gcc-package-target.inc | 1 | ||||
-rw-r--r-- | meta/packages/gcc/gcc_4.3.3.bb | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/meta/packages/gcc/gcc-cross_4.3.3.bb b/meta/packages/gcc/gcc-cross_4.3.3.bb index 84bee6baf3..22efffa539 100644 --- a/meta/packages/gcc/gcc-cross_4.3.3.bb +++ b/meta/packages/gcc/gcc-cross_4.3.3.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | PR = "r6" | 1 | PR = "r7" |
2 | 2 | ||
3 | require gcc-${PV}.inc | 3 | require gcc-${PV}.inc |
4 | require gcc-cross4.inc | 4 | require gcc-cross4.inc |
diff --git a/meta/packages/gcc/gcc-package-target.inc b/meta/packages/gcc/gcc-package-target.inc index 989822bd6e..c1200b8bc7 100644 --- a/meta/packages/gcc/gcc-package-target.inc +++ b/meta/packages/gcc/gcc-package-target.inc | |||
@@ -21,6 +21,7 @@ FILES_${PN} = "\ | |||
21 | ${gcclibdir}/${TARGET_SYS}/${BINV}/specs \ | 21 | ${gcclibdir}/${TARGET_SYS}/${BINV}/specs \ |
22 | ${gcclibdir}/${TARGET_SYS}/${BINV}/lib* \ | 22 | ${gcclibdir}/${TARGET_SYS}/${BINV}/lib* \ |
23 | ${gcclibdir}/${TARGET_SYS}/${BINV}/include \ | 23 | ${gcclibdir}/${TARGET_SYS}/${BINV}/include \ |
24 | ${gcclibdir}/${TARGET_SYS}/${BINV}/include-fixed \ | ||
24 | " | 25 | " |
25 | FILES_${PN}-symlinks = "\ | 26 | FILES_${PN}-symlinks = "\ |
26 | ${bindir}/cc \ | 27 | ${bindir}/cc \ |
diff --git a/meta/packages/gcc/gcc_4.3.3.bb b/meta/packages/gcc/gcc_4.3.3.bb index c51d537d2d..7238aed4d7 100644 --- a/meta/packages/gcc/gcc_4.3.3.bb +++ b/meta/packages/gcc/gcc_4.3.3.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | PR = "r5" | 1 | PR = "r6" |
2 | 2 | ||
3 | require gcc-${PV}.inc | 3 | require gcc-${PV}.inc |
4 | require gcc-configure-target.inc | 4 | require gcc-configure-target.inc |