diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-08-06 20:15:24 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-08-06 20:15:53 +0200 |
commit | 420bf1a95a2130719f99c1e424e33b67ae1645cf (patch) | |
tree | fcccaa93c8ae523c26336c814e763fd1e2ee15ea /target | |
parent | 5249b07b2f28e93ddb23fb520c7e34629631de65 (diff) |
enable backtrace support by default for uClibc-ng
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
Diffstat (limited to 'target')
-rw-r--r-- | target/arm/uclibc-ng.config | 2 | ||||
-rw-r--r-- | target/m68k/uclibc-ng.config | 2 | ||||
-rw-r--r-- | target/mips/uclibc-ng.config | 2 | ||||
-rw-r--r-- | target/mips64/uclibc-ng.config | 2 | ||||
-rw-r--r-- | target/ppc/uclibc-ng.config | 2 | ||||
-rw-r--r-- | target/sh/uclibc-ng.config | 2 | ||||
-rw-r--r-- | target/sparc/uclibc-ng.config | 2 | ||||
-rw-r--r-- | target/x86/uclibc-ng.config | 2 | ||||
-rw-r--r-- | target/x86_64/uclibc-ng.config | 2 | ||||
-rw-r--r-- | target/xtensa/uclibc-ng.config | 2 |
10 files changed, 10 insertions, 10 deletions
diff --git a/target/arm/uclibc-ng.config b/target/arm/uclibc-ng.config index da5bfee38..02bf8beb7 100644 --- a/target/arm/uclibc-ng.config +++ b/target/arm/uclibc-ng.config @@ -227,7 +227,7 @@ UCLIBC_EXTRA_CFLAGS="" # SUPPORT_LD_DEBUG is not set # SUPPORT_LD_DEBUG_EARLY is not set # UCLIBC_MALLOC_DEBUGGING is not set -# UCLIBC_HAS_BACKTRACE is not set +UCLIBC_HAS_BACKTRACE=y WARNINGS="-Wall" # EXTRA_WARNINGS is not set # DOMULTI is not set diff --git a/target/m68k/uclibc-ng.config b/target/m68k/uclibc-ng.config index a6e6ed5a8..a42111a82 100644 --- a/target/m68k/uclibc-ng.config +++ b/target/m68k/uclibc-ng.config @@ -218,7 +218,7 @@ UCLIBC_EXTRA_CFLAGS="" # SUPPORT_LD_DEBUG is not set # SUPPORT_LD_DEBUG_EARLY is not set # UCLIBC_MALLOC_DEBUGGING is not set -# UCLIBC_HAS_BACKTRACE is not set +UCLIBC_HAS_BACKTRACE=y WARNINGS="-Wall" EXTRA_WARNINGS=y # DOMULTI is not set diff --git a/target/mips/uclibc-ng.config b/target/mips/uclibc-ng.config index 21fddea7d..24a8bfcdd 100644 --- a/target/mips/uclibc-ng.config +++ b/target/mips/uclibc-ng.config @@ -234,7 +234,7 @@ UCLIBC_EXTRA_CFLAGS="" # SUPPORT_LD_DEBUG is not set # SUPPORT_LD_DEBUG_EARLY is not set # UCLIBC_MALLOC_DEBUGGING is not set -# UCLIBC_HAS_BACKTRACE is not set +UCLIBC_HAS_BACKTRACE=y WARNINGS="-Wall" # EXTRA_WARNINGS is not set # DOMULTI is not set diff --git a/target/mips64/uclibc-ng.config b/target/mips64/uclibc-ng.config index 0b93e55c2..5955e5fc4 100644 --- a/target/mips64/uclibc-ng.config +++ b/target/mips64/uclibc-ng.config @@ -234,7 +234,7 @@ UCLIBC_EXTRA_CFLAGS="" # SUPPORT_LD_DEBUG is not set # SUPPORT_LD_DEBUG_EARLY is not set # UCLIBC_MALLOC_DEBUGGING is not set -# UCLIBC_HAS_BACKTRACE is not set +UCLIBC_HAS_BACKTRACE=y WARNINGS="-Wall" # EXTRA_WARNINGS is not set # DOMULTI is not set diff --git a/target/ppc/uclibc-ng.config b/target/ppc/uclibc-ng.config index e88bb73b2..0d2e126da 100644 --- a/target/ppc/uclibc-ng.config +++ b/target/ppc/uclibc-ng.config @@ -225,7 +225,7 @@ UCLIBC_EXTRA_CFLAGS="" # SUPPORT_LD_DEBUG is not set # SUPPORT_LD_DEBUG_EARLY is not set # UCLIBC_MALLOC_DEBUGGING is not set -# UCLIBC_HAS_BACKTRACE is not set +UCLIBC_HAS_BACKTRACE=y WARNINGS="-Wall" # EXTRA_WARNINGS is not set # DOMULTI is not set diff --git a/target/sh/uclibc-ng.config b/target/sh/uclibc-ng.config index 5df531279..b3444ad3f 100644 --- a/target/sh/uclibc-ng.config +++ b/target/sh/uclibc-ng.config @@ -226,7 +226,7 @@ UCLIBC_EXTRA_CFLAGS="" # SUPPORT_LD_DEBUG is not set # SUPPORT_LD_DEBUG_EARLY is not set # UCLIBC_MALLOC_DEBUGGING is not set -# UCLIBC_HAS_BACKTRACE is not set +UCLIBC_HAS_BACKTRACE=y WARNINGS="-Wall" # EXTRA_WARNINGS is not set # DOMULTI is not set diff --git a/target/sparc/uclibc-ng.config b/target/sparc/uclibc-ng.config index 413210b39..948dce341 100644 --- a/target/sparc/uclibc-ng.config +++ b/target/sparc/uclibc-ng.config @@ -226,7 +226,7 @@ UCLIBC_EXTRA_CFLAGS="" # SUPPORT_LD_DEBUG is not set # SUPPORT_LD_DEBUG_EARLY is not set # UCLIBC_MALLOC_DEBUGGING is not set -# UCLIBC_HAS_BACKTRACE is not set +UCLIBC_HAS_BACKTRACE=y WARNINGS="-Wall" # EXTRA_WARNINGS is not set # DOMULTI is not set diff --git a/target/x86/uclibc-ng.config b/target/x86/uclibc-ng.config index e92d0a17f..90ee9442c 100644 --- a/target/x86/uclibc-ng.config +++ b/target/x86/uclibc-ng.config @@ -231,7 +231,7 @@ DODEBUG=y # SUPPORT_LD_DEBUG is not set # SUPPORT_LD_DEBUG_EARLY is not set # UCLIBC_MALLOC_DEBUGGING is not set -# UCLIBC_HAS_BACKTRACE is not set +UCLIBC_HAS_BACKTRACE=y WARNINGS="-Wall" # EXTRA_WARNINGS is not set # DOMULTI is not set diff --git a/target/x86_64/uclibc-ng.config b/target/x86_64/uclibc-ng.config index 32c55d042..b048ff4c2 100644 --- a/target/x86_64/uclibc-ng.config +++ b/target/x86_64/uclibc-ng.config @@ -224,7 +224,7 @@ UCLIBC_EXTRA_CFLAGS="" # SUPPORT_LD_DEBUG is not set # SUPPORT_LD_DEBUG_EARLY is not set # UCLIBC_MALLOC_DEBUGGING is not set -# UCLIBC_HAS_BACKTRACE is not set +UCLIBC_HAS_BACKTRACE=y WARNINGS="-Wall" # EXTRA_WARNINGS is not set # DOMULTI is not set diff --git a/target/xtensa/uclibc-ng.config b/target/xtensa/uclibc-ng.config index f02b1f726..9228b0e6c 100644 --- a/target/xtensa/uclibc-ng.config +++ b/target/xtensa/uclibc-ng.config @@ -216,7 +216,7 @@ UCLIBC_EXTRA_CFLAGS="" # SUPPORT_LD_DEBUG is not set # SUPPORT_LD_DEBUG_EARLY is not set # UCLIBC_MALLOC_DEBUGGING is not set -# UCLIBC_HAS_BACKTRACE is not set +UCLIBC_HAS_BACKTRACE=y WARNINGS="-Wall" EXTRA_WARNINGS=y # DOMULTI is not set |