diff options
| author | Koen Kooi <koen@dominion.thruhere.net> | 2011-01-22 12:16:29 +0100 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-01-22 14:12:59 +0100 |
| commit | 8d6c7b3ee22e143a6962f09e9c6d7ad509e024fa (patch) | |
| tree | 48dc338d375097db3e060ebb1badeca694e8f566 /recipes-devtools/gcc/gcc-cross_4.5.bb | |
| parent | fe622c76c53c3a22033c8ab665d268f14e801eaf (diff) | |
| download | meta-openembedded-8d6c7b3ee22e143a6962f09e9c6d7ad509e024fa.tar.gz | |
gcc: sync with yocto
* don't duplicate .inc files, use the ones from the main layer(s)
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'recipes-devtools/gcc/gcc-cross_4.5.bb')
| -rw-r--r-- | recipes-devtools/gcc/gcc-cross_4.5.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-devtools/gcc/gcc-cross_4.5.bb b/recipes-devtools/gcc/gcc-cross_4.5.bb index 2b7e727716..0f810b71ae 100644 --- a/recipes-devtools/gcc/gcc-cross_4.5.bb +++ b/recipes-devtools/gcc/gcc-cross_4.5.bb | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | PR = "${INC_PR}.2" | 1 | PR = "${INC_PR}.2" |
| 2 | 2 | ||
| 3 | require gcc-${PV}.inc | 3 | require recipes-devtools/gcc/gcc-${PV}.inc |
| 4 | require gcc-cross4.inc | 4 | require recipes-devtools/gcc/gcc-cross4.inc |
| 5 | 5 | ||
| 6 | EXTRA_OECONF += "--disable-libunwind-exceptions \ | 6 | EXTRA_OECONF += "--disable-libunwind-exceptions \ |
| 7 | --with-mpfr=${STAGING_DIR_NATIVE}${prefix_native} \ | 7 | --with-mpfr=${STAGING_DIR_NATIVE}${prefix_native} \ |
