6
I Use This!
Activity Not Available

Commits : Listings

Analyzed 4 months ago. based on code collected over 3 years ago.
Dec 26, 2020 — Dec 26, 2021
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add some quoting to handle unusual host compiler naming More... over 21 years ago
Contributed by Greg Haerr <[email protected]>. More... over 21 years ago
Erik moved the kernel headers to a different directory, but didn't create the directory first. More... over 21 years ago
move kernel headers to live with the toolchain More... over 21 years ago
revert this stuff... More... over 21 years ago
automatically detect if we have a usable version of sed installed. If not, we will now build our own version. More... over 21 years ago
Turn on HAS_FPU by default. If soft float support is configured in the buildroot Makefile, HAS_FPU will be turned of by uclibc.mk. More... over 21 years ago
Fix some more perl -> sed conversion problems More... over 21 years ago
minor perl to sed conversion issue More... over 21 years ago
Change 'sed -ie' to 'sed -i -e' to avoid littering the build with lots of unwanted backup files with the letter "e" appended. -Erik More... over 21 years ago
Ouch... Revert this. It was a stray from helping someone look 2.2 issues. More... over 21 years ago
Fix most things when large file support is not configured. Mostly submitted by Thomas Lundquist <[email protected]>. More... over 21 years ago
Fix most things when large file support is not configured. More... over 21 years ago
Note that the OPTIMIZE_FOR_CPU setting is broken, and save both the users _and_ us some grief. More... over 21 years ago
Fix a perl to sed conversion error More... over 21 years ago
Update the default busybox config More... over 21 years ago
Cope with changes I made to the uClibc install_dev target More... over 21 years ago
Fix a minor perl -> sed conversion casulty More... over 21 years ago
By popular demand, use 'sed' rather than 'perl' for doing search and replace stuff. Hopefully we do not have any perl specific regexs that will be broken by this change, but it seems to be working thus far anyways, More... over 21 years ago
oops More... over 21 years ago
Support building 'less' More... over 21 years ago
Thomas Cameron writes: More... over 21 years ago
Kill off --with-lib-path, since --with-sysroot is sufficient, and at least for arm soft-float adding --with-lib-path is actually breaking things. More... over 21 years ago
Fix locale-enabled gdb build. More... over 21 years ago
Make sure we prompt for MMU setting if unknown. More... over 21 years ago
Default to having an MMU, which must be explictly overridden on a per arch basis More... over 21 years ago
Slight cleanup, now that the locale option is handled in the main Makefile. More... over 21 years ago
I broke the libstdc++ locale-enabled build when I hid the definition of locale_t. Since I don't want to expose this, for the moment add some nasty casts to reference the necessary pointer fields for the ctype information. More... over 21 years ago
Update. More... over 21 years ago
Move uclibc-configured target forward so arch prompt happens sooner. When locale support is desired, pass the correct option to gcc configure. More... over 21 years ago