diff options
| author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-04-12 10:03:29 +0000 |
|---|---|---|
| committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-04-12 10:03:29 +0000 |
| commit | 2d6eba7b17be4b4ae37b8c92b0332909fbd63637 (patch) | |
| tree | 15b7dba27c48773ab92b353756fb4711493637a8 /meta/packages/gcc | |
| parent | 15389d643ec6b12ebe84c0455aa4613b4c893a34 (diff) | |
| download | poky-2d6eba7b17be4b4ae37b8c92b0332909fbd63637.tar.gz | |
gcc(-cross): move zecke-no-host-includes.patch only to cross version
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1482 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/gcc')
| -rw-r--r-- | meta/packages/gcc/gcc-cross_4.1.1.bb | 4 | ||||
| -rw-r--r-- | meta/packages/gcc/gcc_4.1.1.bb | 5 |
2 files changed, 5 insertions, 4 deletions
diff --git a/meta/packages/gcc/gcc-cross_4.1.1.bb b/meta/packages/gcc/gcc-cross_4.1.1.bb index 42e9d151b1..62499f8ee6 100644 --- a/meta/packages/gcc/gcc-cross_4.1.1.bb +++ b/meta/packages/gcc/gcc-cross_4.1.1.bb | |||
| @@ -5,7 +5,7 @@ inherit cross | |||
| 5 | FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/gcc-${PV}" | 5 | FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/gcc-${PV}" |
| 6 | # NOTE: split PR. If the main .oe changes something that affects its *build* | 6 | # NOTE: split PR. If the main .oe changes something that affects its *build* |
| 7 | # remember to increment this one too. | 7 | # remember to increment this one too. |
| 8 | PR = "r11" | 8 | PR = "r12" |
| 9 | 9 | ||
| 10 | DEPENDS = "virtual/${TARGET_PREFIX}binutils virtual/${TARGET_PREFIX}libc-for-gcc gmp-native mpfr-native" | 10 | DEPENDS = "virtual/${TARGET_PREFIX}binutils virtual/${TARGET_PREFIX}libc-for-gcc gmp-native mpfr-native" |
| 11 | PROVIDES = "virtual/${TARGET_PREFIX}gcc virtual/${TARGET_PREFIX}g++" | 11 | PROVIDES = "virtual/${TARGET_PREFIX}gcc virtual/${TARGET_PREFIX}g++" |
| @@ -16,3 +16,5 @@ require gcc3-build-cross.inc | |||
| 16 | require gcc-package-cross.inc | 16 | require gcc-package-cross.inc |
| 17 | 17 | ||
| 18 | EXTRA_OECONF += "--with-mpfr=${STAGING_DIR}/${BUILD_SYS}" | 18 | EXTRA_OECONF += "--with-mpfr=${STAGING_DIR}/${BUILD_SYS}" |
| 19 | |||
| 20 | SRC_URI_append_fail-fast = " file://zecke-no-host-includes.patch;patch=1 " | ||
diff --git a/meta/packages/gcc/gcc_4.1.1.bb b/meta/packages/gcc/gcc_4.1.1.bb index e32353325a..ea99e8bcba 100644 --- a/meta/packages/gcc/gcc_4.1.1.bb +++ b/meta/packages/gcc/gcc_4.1.1.bb | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | PR = "r9" | 1 | PR = "r10" |
| 2 | DESCRIPTION = "The GNU cc and gcc C compilers." | 2 | DESCRIPTION = "The GNU cc and gcc C compilers." |
| 3 | HOMEPAGE = "http://www.gnu.org/software/gcc/" | 3 | HOMEPAGE = "http://www.gnu.org/software/gcc/" |
| 4 | SECTION = "devel" | 4 | SECTION = "devel" |
| @@ -31,10 +31,9 @@ SRC_URI = "http://ftp.gnu.org/pub/gnu/gcc/gcc-4.1.1/gcc-4.1.1.tar.bz2 \ | |||
| 31 | file://unbreak-armv4t.patch;patch=1 \ | 31 | file://unbreak-armv4t.patch;patch=1 \ |
| 32 | file://fix-ICE-in-arm_unwind_emit_set.diff;patch=1 \ | 32 | file://fix-ICE-in-arm_unwind_emit_set.diff;patch=1 \ |
| 33 | file://gcc-4.1.1-pr13685-1.patch;patch=1 \ | 33 | file://gcc-4.1.1-pr13685-1.patch;patch=1 \ |
| 34 | file://gcc-ignore-cache.patch;patch=1 \ | ||
| 34 | " | 35 | " |
| 35 | 36 | ||
| 36 | SRC_URI_append_fail-fast = " file://zecke-no-host-includes.patch;patch=1 " | ||
| 37 | |||
| 38 | #Set the fortran bits | 37 | #Set the fortran bits |
| 39 | # 'fortran' or '', not 'f77' like gcc3 had | 38 | # 'fortran' or '', not 'f77' like gcc3 had |
| 40 | FORTRAN = "" | 39 | FORTRAN = "" |
