Age | Commit message (Collapse) | Author |
|
Patch by Wade Berrier.
|
|
Needed by valgrind.
|
|
|
|
|
|
|
|
|
|
|
|
uclibc.mk unconditionally adds the ARM subarch config entries to the
config so remove them from the defconfig.
|
|
|
|
|
|
|
|
for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`;
do
sed -i 's/ \+$//' $i;
done
|
|
'default n' is the default, so there's no need to say it explicitly.
|
|
|
|
|
|
|
|
locations for prepatched toolchain to be under the toolchain directory
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Based on patch by Fathi Boudra.
|
|
|
|
The new kconfig is more strict regarding depends/depends on, so fixup
the tree.
|
|
Based on Bernhards tree.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Provide kernel headers when ext toolchain is used, so we can compile
packages which need them.
|
|
|
|
|
|
|
|
The ifeq/endif nesting was wrong, so arch/tune/abi options where only set in
the non-softfloat case.
|
|
|
|
|
|
|