summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndoni Morales Alastruey <ylatuya@gmail.com>2013-05-02 16:50:17 +0200
committerAndoni Morales Alastruey <ylatuya@gmail.com>2013-05-06 16:03:10 +0200
commit230078f77bd32fab0b8e76f8a887f54fb98e342d (patch)
tree4d013569cd365d0e167626533f4baed2b42392fb
parent2e57bfe6ceebf4854a6b8719d9e56ebc91735624 (diff)
gcc-core: use the correct option for disabling dwarf2
-rw-r--r--recipes/toolchain/gcc-core.recipe2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/toolchain/gcc-core.recipe b/recipes/toolchain/gcc-core.recipe
index 8eb98ef..50d8201 100644
--- a/recipes/toolchain/gcc-core.recipe
+++ b/recipes/toolchain/gcc-core.recipe
@@ -10,7 +10,7 @@ class Recipe(recipe.Recipe):
'--enable-threads=posix ' \
'--enable-languages=c,c++ ' \
'--enable-sjlj-exceptions ' \
- '--disable-dw2-exceptions '
+ '--without-dwarf2 '
make = 'make all-gcc'
make_install = 'make install-gcc'
use_system_libs = True