Age | Commit message (Collapse) | Author |
|
Mark empty directories in target skeletons with .empty files
and remove them while copying to target (like it's already done for
svn and cvs files) to better support version control system which don't
handle empty directories (E.G. git-svn).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
AVR32 patches
|
|
|
|
|
|
|
|
|
|
x86 with asm errors, remove -O0 when building the kernel
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
These directories should have been removed when the packages got moved
to subdirs, but git-svn seems to have issues with empty directories.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Cleanup avr32 mess and apply it as a patch to the official version only
if arch = avr32 so it doesn't harm other archs.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
the moment.
|
|
Fix 'undefined reference to fmsub' linking errors with C++ programs
when soft float is enabled. Patch by b5331.
Closes #1588.
|