Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-09-14 | Revert "default ?conf to native arch" | Bernhard Reutner-Fischer | |
This reverts commit 6625518cd6894338937a74ca6b9187b7b8167b03. Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | |||
2009-08-25 | default ?conf to native arch | Bernhard Reutner-Fischer | |
Default is now the native arch, you can start a fresh .config via 'make ARCH=ia64 menuconfig'. Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | |||
2009-07-21 | s/UCLIBC_INTERNAL/_LIBC/g | Denys Vlasenko | |
Undo my old mistake. I added UCLIBC_INTERNAL define, but later I realized _LIBC is doing exactly the same thing. This change converts all usages of UCLIBC_INTERNAL to _LIBC, removing all instances of UCLIBC_INTERNAL. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||
2009-07-20 | MAKEALL: find kernel headers better | Mike Frysinger | |
Work with pre-sysroot compilers that have kernel headers available in the standard location, and let people force the location manually. Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
2009-07-20 | unifdef: implement err.h funcs locally | Mike Frysinger | |
Since the err.h functions are optional in uClibc, make sure we can rebuild ourselves if support is disabled. URL: https://bugs.busybox.net/show_bug.cgi?id=257 Reported-by: Michael Deutschmann <michael@talamasca.ocis.net> Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
2009-07-09 | MAKEALL: expand cross-compiler arch search | Mike Frysinger | |
Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
2009-07-05 | MAKEALL: start a quick build test helper script | Mike Frysinger | |
Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
2009-07-03 | ignore generated unifdef | Mike Frysinger | |
Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
2009-06-28 | stop installing/screwing with linux-headers | Mike Frysinger | |
It is not uClibc's business to make sure the user's toolchain is sane and has proper kernel headers configured/installed. If they don't, then they need to fix their toolchain, we don't need to try and magically do it for them. Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
2009-04-19 | Reinstate {drm,mtd,rdma,sound,video} directory installtion | Denis Vlasenko | |
pending some explanation from gurus. Expanded comment explaining _why_ we try to install these exact directories. | |||
2009-04-18 | install_kernel_headers: comment out copying of extra directories, | Denis Vlasenko | |
this seem to be not needed | |||
2009-04-06 | apply getline() fix from linux kernel | Mike Frysinger | |
2009-02-19 | Install other linux kernel header subdirectories too | Denis Vlasenko | |
2009-02-13 | strict POSIX requires a path to specified to `find` | Mike Frysinger | |
2009-01-21 | - remove unavailable functionality upon request (Peter Mazinger) | Bernhard Reutner-Fischer | |
2009-01-19 | extra/scripts/relative_path.sh: fix it | Denis Vlasenko | |
2008-12-31 | Merge some pre-work from branch, needed by NPTL. | Khem Raj | |
2008-12-28 | fix another corner case in unifdef | Denis Vlasenko | |
2008-12-28 | patch up unifdef to recognize and remove "#if defined _LIBC && something" | Denis Vlasenko | |
blocks too (and similar) | |||
2008-12-27 | ctype: remove some trivial macros from ctype.h; | Denis Vlasenko | |
remove __tolower and __toupper (they existed only in SOME configs!); remove usages of _tolower (some of them clearly buggy) from uclibc code; add a few more -U<define> options to unifdef pass over installed headers; document it on docs/wchar_and_locale.txt text data bss dec hex filename - 514963 2727 15396 533086 8225e lib/libuClibc-0.9.30-svn.so + 514888 2727 15396 533011 82213 lib/libuClibc-0.9.30-svn.so | |||
2008-12-13 | Do not install libc-XXXX.h files in "make install". | Denis Vlasenko | |
glibc does not have them, so should be safe. | |||
2008-10-10 | - .. and don't install the config dir, too | Bernhard Reutner-Fischer | |
2008-10-10 | - remove bashism; don't install config/* to the target | Bernhard Reutner-Fischer | |
2008-09-26 | - remove all *_hidden_proto(...) on install_headers | Bernhard Reutner-Fischer | |
2008-09-25 | - expand documentation | Bernhard Reutner-Fischer | |
2008-09-24 | - remove debug cruft | Bernhard Reutner-Fischer | |
2008-09-24 | - deal with ARM specific syscalls. Closes #2894 | Bernhard Reutner-Fischer | |
2008-09-16 | - add script to generate lots of failing (random)configs | Bernhard Reutner-Fischer | |
rm -f STOP ; ARCH=i386 nohup extra/scripts/randconfig.sh & if you want to stop it, touch STOP | |||
2008-06-08 | In string.h, move libc_hidden_proto next to the corresponding declaration. | Bernd Schmidt | |
Filter them out when installing headers. Tested by building up bfin-*linux toolchains and building our copy of uClinux-dist. | |||
2008-05-21 | - Wrap overlong comment-lines. No object-code changes | Bernhard Reutner-Fischer | |
2008-05-09 | fix "make install_kernel_headers" to not create asm-generic | Denis Vlasenko | |
for 2.4 kernels. | |||
2008-05-07 | Split kernel headers installation from "make install_headers". | Denis Vlasenko | |
It is "make install_kernel_headers" now. | |||
2008-05-01 | install_headers: do not exit if unifdef "fails", it's ok | Denis Vlasenko | |
2008-04-30 | install_headers: properly quote things | Denis Vlasenko | |
2008-04-30 | install_headers.sh: detect a case when kernel headers are already | Denis Vlasenko | |
installed in target dir, and dont try to copy them again | |||
2008-04-27 | build system: improve install_headers. | Denis Vlasenko | |
Now it uses dedicated script instead of inline makefile commands, which helps readability. It also installs asm[-generic] and linux subdirs from kernel headers (previously it had to be done separately). Lastly, it passes each uclibc header thru unifdef, which strips #ifdef UCLIBC_INTERNAL conditional from headers. Currently it's a no-op (no such #ifders in tree). The plan is to have libc_hidden_proto(foo) migrated to headers and guard them by these #ifdefs. | |||
2008-01-05 | zen in #938 writes: | Mike Frysinger | |
I had occasion to look at the uClibc script "getent" and felt compelled to clean out the cargo-cult programming style. I believe that this version is clearer, and I've added some minor features while I was in there: * usage clause, if no arguments or "--help" requested * original version appears to have been intending to "exit 2" on failure to match, but didn't * basic, probably good enough, support for ethers and netgroups * faster ;-) [as if that matters for this script] | |||
2007-03-17 | Have Makefile.in call conf-header.sh instead of having kconfig call it | Rob Landley | |
via system(). Also move it to extra/scripts since it's a uClibc build script, not part of upstream kconfig. Adjust the "grabbing a new kconfig snapshot" procedure accordingly. | |||
2007-02-18 | simple script for counting relocs | Mike Frysinger | |
2006-12-12 | we just want the kernel headers, not the whole kernel source ... so people ↵ | Mike Frysinger | |
may need to update their paths slightly | |||
2006-12-11 | kill off the need for fix_includes.sh by utilizing KERNEL_SOURCE directly | Mike Frysinger | |
2006-12-11 | set some default vars to prevent env pollution | Mike Frysinger | |
2006-10-07 | Sergey Lapin says the undefined syscall numbers from unistd.h do not get ↵ | Khem Raj | |
propogated into generated sysnum.h. | |||
2006-09-10 | remove version checking code and add some more comments | Mike Frysinger | |
2006-09-09 | make this stuff actually readable | Mike Frysinger | |
2006-08-24 | - only link asm-generic if it exists. | Bernhard Reutner-Fischer | |
PS: test for existence on Slowaris was disfunctional, last time i looked. Shouldn't matter much here, though.. | |||
2006-03-09 | Add common part of linker scripts to a file and make use of it | Peter S. Mazinger | |
2006-02-28 | disable __gmon_start__ symbol | Mike Frysinger | |
2006-02-28 | add support for glibc initfini.c | Mike Frysinger | |
2006-02-23 | dont generate asm-generic if it already exists | Mike Frysinger | |