diff options
| author | Manuel Novoa III | 2004-01-14 11:33:00 +0100 |
|---|---|---|
| committer | Manuel Novoa III | 2004-01-14 11:33:00 +0100 |
| commit | 953aa99185b05c7ed7db097fa2a5c4a83624fefa (patch) | |
| tree | cea2ac143780c684f0a01f1d6241521da5fd85e2 | |
| parent | Enable building <arch>-linux-uclibc toolchains. Note that, due to config (diff) | |
| download | buildroot-953aa99185b05c7ed7db097fa2a5c4a83624fefa.tar.gz buildroot-953aa99185b05c7ed7db097fa2a5c4a83624fefa.tar.xz buildroot-953aa99185b05c7ed7db097fa2a5c4a83624fefa.zip | |
Oops.
| -rw-r--r-- | sources/uClibc.config | 7 | ||||
| -rw-r--r-- | sources/uClibc.config-locale | 7 |
2 files changed, 6 insertions, 8 deletions
diff --git a/sources/uClibc.config b/sources/uClibc.config index 73a3b53f2..c5360d928 100644 --- a/sources/uClibc.config +++ b/sources/uClibc.config @@ -122,9 +122,8 @@ DEVEL_PREFIX="/usr/$(TARGET_ARCH)-linux-uclibc" # # uClibc development/debugging options # -DODEBUG=y -DOASSERTS=y +# DODEBUG is not set +# DOASSERTS is not set # SUPPORT_LD_DEBUG is not set # SUPPORT_LD_DEBUG_EARLY is not set -UCLIBC_MJN3_ONLY=y -UCLIBC_MJN3_DEVEL=y +# UCLIBC_MJN3_ONLY is not set diff --git a/sources/uClibc.config-locale b/sources/uClibc.config-locale index f3219a245..b8b7fc837 100644 --- a/sources/uClibc.config-locale +++ b/sources/uClibc.config-locale @@ -127,9 +127,8 @@ DEVEL_PREFIX="/usr/$(TARGET_ARCH)-linux-uclibc" # # uClibc development/debugging options # -DODEBUG=y -DOASSERTS=y +# DODEBUG is not set +# DOASSERTS is not set # SUPPORT_LD_DEBUG is not set # SUPPORT_LD_DEBUG_EARLY is not set -UCLIBC_MJN3_ONLY=y -UCLIBC_MJN3_DEVEL=y +# UCLIBC_MJN3_ONLY is not set |
