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 /target/ppc | |
parent | 43aff39b8ea748e8766fc9391292fb728d45bab2 (diff) |
handle debug code handling inside OpenADK
Diffstat (limited to 'target/ppc')
-rw-r--r-- | target/ppc/uclibc.config | 2 |
1 files changed, 1 insertions, 1 deletions
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 |