diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-29 11:45:31 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-29 11:45:31 +0200 |
commit | 1a3c5afadcc5edb31afb592fb884d551f8268c54 (patch) | |
tree | 120df15e47f86561d5c7ba8e4db1cf058bc65fa3 | |
parent | 43aff39b8ea748e8766fc9391292fb728d45bab2 (diff) |
handle debug code handling inside OpenADK
-rw-r--r-- | target/alpha/uclibc.config | 3 | ||||
-rw-r--r-- | target/arm/uclibc.config | 3 | ||||
-rw-r--r-- | target/mips/uclibc.config | 2 | ||||
-rw-r--r-- | target/mips64/uclibc.config | 2 | ||||
-rw-r--r-- | target/ppc/uclibc.config | 2 | ||||
-rw-r--r-- | target/sh/uclibc.config | 2 | ||||
-rw-r--r-- | target/sparc/uclibc.config | 2 | ||||
-rw-r--r-- | target/x86/uclibc.config | 2 | ||||
-rw-r--r-- | target/x86_64/uclibc.config | 2 | ||||
-rw-r--r-- | target/xtensa/uclibc.config | 3 |
10 files changed, 13 insertions, 10 deletions
diff --git a/target/alpha/uclibc.config b/target/alpha/uclibc.config index 9623db661..1671ab5ab 100644 --- a/target/alpha/uclibc.config +++ b/target/alpha/uclibc.config @@ -222,7 +222,8 @@ UCLIBC_BUILD_NOEXECSTACK=y # CROSS_COMPILER_PREFIX="" UCLIBC_EXTRA_CFLAGS="" -DODEBUG=y +# DODEBUG is not set +# DOSTRIP is not set # DOASSERTS is not set # UCLIBC_MALLOC_DEBUGGING is not set WARNINGS="-Wall" diff --git a/target/arm/uclibc.config b/target/arm/uclibc.config index cef957518..fe15a598e 100644 --- a/target/arm/uclibc.config +++ b/target/arm/uclibc.config @@ -244,7 +244,8 @@ UCLIBC_BUILD_NOEXECSTACK=y # CROSS_COMPILER_PREFIX="" UCLIBC_EXTRA_CFLAGS="" -DODEBUG=y +# DODEBUG is not set +# DOSTRIP is not set # DOASSERTS is not set # SUPPORT_LD_DEBUG is not set # SUPPORT_LD_DEBUG_EARLY is not set diff --git a/target/mips/uclibc.config b/target/mips/uclibc.config index 43a901caa..78f189f2f 100644 --- a/target/mips/uclibc.config +++ b/target/mips/uclibc.config @@ -250,7 +250,7 @@ UCLIBC_BUILD_NOEXECSTACK=y # CROSS_COMPILER_PREFIX="" UCLIBC_EXTRA_CFLAGS="" -DODEBUG=y +# DODEBUG is not set # DOSTRIP is not set # DOASSERTS is not set # SUPPORT_LD_DEBUG is not set diff --git a/target/mips64/uclibc.config b/target/mips64/uclibc.config index 3ceaeaf64..3f1f8bbbc 100644 --- a/target/mips64/uclibc.config +++ b/target/mips64/uclibc.config @@ -250,7 +250,7 @@ UCLIBC_BUILD_NOEXECSTACK=y # CROSS_COMPILER_PREFIX="" UCLIBC_EXTRA_CFLAGS="" -DODEBUG=y +# DODEBUG is not set # DOSTRIP is not set # DOASSERTS is not set # SUPPORT_LD_DEBUG is not set diff --git a/target/ppc/uclibc.config b/target/ppc/uclibc.config index 3106d1912..7bc91bf29 100644 --- a/target/ppc/uclibc.config +++ b/target/ppc/uclibc.config @@ -242,7 +242,7 @@ UCLIBC_BUILD_NOEXECSTACK=y # CROSS_COMPILER_PREFIX="" UCLIBC_EXTRA_CFLAGS="" -DODEBUG=y +# DODEBUG is not set # DOSTRIP is not set # DOASSERTS is not set # SUPPORT_LD_DEBUG is not set diff --git a/target/sh/uclibc.config b/target/sh/uclibc.config index 270e5965e..41883020d 100644 --- a/target/sh/uclibc.config +++ b/target/sh/uclibc.config @@ -243,7 +243,7 @@ UCLIBC_BUILD_NOEXECSTACK=y # CROSS_COMPILER_PREFIX="" UCLIBC_EXTRA_CFLAGS="" -DODEBUG=y +# DODEBUG is not set # DOSTRIP is not set # DOASSERTS is not set # SUPPORT_LD_DEBUG is not set diff --git a/target/sparc/uclibc.config b/target/sparc/uclibc.config index a9ce82272..da7a80c15 100644 --- a/target/sparc/uclibc.config +++ b/target/sparc/uclibc.config @@ -243,7 +243,7 @@ UCLIBC_BUILD_NOEXECSTACK=y # CROSS_COMPILER_PREFIX="" UCLIBC_EXTRA_CFLAGS="" -DODEBUG=y +# DODEBUG is not set # DOSTRIP is not set # DOASSERTS is not set # SUPPORT_LD_DEBUG is not set diff --git a/target/x86/uclibc.config b/target/x86/uclibc.config index 9ac3238b9..963ac7041 100644 --- a/target/x86/uclibc.config +++ b/target/x86/uclibc.config @@ -246,8 +246,8 @@ UCLIBC_BUILD_NOEXECSTACK=y # CROSS_COMPILER_PREFIX="" UCLIBC_EXTRA_CFLAGS="" +# DODEBUG is not set # DOSTRIP is not set -DODEBUG=y # DOASSERTS is not set # SUPPORT_LD_DEBUG is not set # SUPPORT_LD_DEBUG_EARLY is not set diff --git a/target/x86_64/uclibc.config b/target/x86_64/uclibc.config index e5524807c..d29e6cfe6 100644 --- a/target/x86_64/uclibc.config +++ b/target/x86_64/uclibc.config @@ -241,7 +241,7 @@ UCLIBC_BUILD_NOEXECSTACK=y # CROSS_COMPILER_PREFIX="" UCLIBC_EXTRA_CFLAGS="" -DODEBUG=y +# DODEBUG is not set # DOSTRIP is not set # DOASSERTS is not set # SUPPORT_LD_DEBUG is not set diff --git a/target/xtensa/uclibc.config b/target/xtensa/uclibc.config index b48df3454..d5640ccfd 100644 --- a/target/xtensa/uclibc.config +++ b/target/xtensa/uclibc.config @@ -231,7 +231,8 @@ UCLIBC_BUILD_NOEXECSTACK=y # CROSS_COMPILER_PREFIX="" UCLIBC_EXTRA_CFLAGS="" -DODEBUG=y +# DODEBUG is not set +# DOSTRIP is not set # DOASSERTS is not set # SUPPORT_LD_DEBUG is not set # SUPPORT_LD_DEBUG_EARLY is not set |