diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-06-07 16:18:20 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-06-07 16:18:20 +0000 |
commit | 608d581764af64227447efdebf4220f921c73adc (patch) | |
tree | 6b71af401f0c8f1fad66c3f73abf42f4a8edfcc4 /toolchain | |
parent | 825ff341daf4a4910544afc658a0ef0a3d91f71a (diff) | |
download | buildroot-novena-608d581764af64227447efdebf4220f921c73adc.tar.gz buildroot-novena-608d581764af64227447efdebf4220f921c73adc.zip |
- forgot to supply a default for UCLIBC_EXTRA_CFLAGS
Diffstat (limited to 'toolchain')
-rw-r--r-- | toolchain/uClibc/uClibc-0.9.29.config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toolchain/uClibc/uClibc-0.9.29.config b/toolchain/uClibc/uClibc-0.9.29.config index ffd10c1e8..14a36cda0 100644 --- a/toolchain/uClibc/uClibc-0.9.29.config +++ b/toolchain/uClibc/uClibc-0.9.29.config @@ -178,6 +178,7 @@ UCLIBC_BUILD_NOW=y # uClibc development/debugging options # CROSS_COMPILER_PREFIX="" +UCLIBC_EXTRA_CFLAGS="" # DODEBUG is not set # DODEBUG_PT is not set DOSTRIP=y |