diff options
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-cross-canadian.inc')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-cross-canadian.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-cross-canadian.inc b/meta/recipes-devtools/gcc/gcc-cross-canadian.inc index d8868bb668..0b1f37b908 100644 --- a/meta/recipes-devtools/gcc/gcc-cross-canadian.inc +++ b/meta/recipes-devtools/gcc/gcc-cross-canadian.inc | |||
@@ -19,7 +19,7 @@ EXTRA_OECONF_PATHS = "\ | |||
19 | # e.g. we switch between different machines with different tunes. | 19 | # e.g. we switch between different machines with different tunes. |
20 | EXTRA_OECONF_PATHS[vardepsexclude] = "TUNE_PKGARCH" | 20 | EXTRA_OECONF_PATHS[vardepsexclude] = "TUNE_PKGARCH" |
21 | TARGET_ARCH[vardepsexclude] = "TUNE_ARCH" | 21 | TARGET_ARCH[vardepsexclude] = "TUNE_ARCH" |
22 | get_gcc_fpu_setting[vardepvalue] = "" | 22 | get_gcc_float_setting[vardepvalue] = "" |
23 | 23 | ||
24 | # | 24 | # |
25 | # gcc-cross looks and finds these in ${exec_prefix} but we're not so lucky | 25 | # gcc-cross looks and finds these in ${exec_prefix} but we're not so lucky |