diff options
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc_5.2.bb')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc_5.2.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gcc/gcc_5.2.bb b/meta/recipes-devtools/gcc/gcc_5.2.bb index 254cd7f80c..b0a523cae2 100644 --- a/meta/recipes-devtools/gcc/gcc_5.2.bb +++ b/meta/recipes-devtools/gcc/gcc_5.2.bb | |||
@@ -11,3 +11,5 @@ do_configure_prepend() { | |||
11 | # broken libtool here | 11 | # broken libtool here |
12 | sed -i -e 's/hardcode_into_libs=yes/hardcode_into_libs=no/' ${S}/libcc1/configure | 12 | sed -i -e 's/hardcode_into_libs=yes/hardcode_into_libs=no/' ${S}/libcc1/configure |
13 | } | 13 | } |
14 | |||
15 | BBCLASSEXTEND = "nativesdk" | ||