Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-12 | bump version to 0.9.31-rc1 | Bernhard Reutner-Fischer | |
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | |||
2010-03-12 | add MULTILIB_DIR: Path component for libdirs | Bernhard Reutner-Fischer | |
forgot to checkin this file Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | |||
2010-02-10 | libc: Add a common sysdep header | Carmelo Amoroso | |
Add a common header file to provide macros useful in asm code: C_LABEL to construct the asm name for a C symbol cfi_xxx to generate eh_frame unwind information. Ported from NPTL branch. Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com> | |||
2009-11-19 | remove ARCH_CFLAGS, ARCH_LDFLAGS and CROSS | Peter S. Mazinger | |
Signed-off-by: Peter S. Mazinger <ps.m@gmx.net> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | |||
2009-11-09 | Rules.mak fix typo (qstrup -> qstrip) | Austin Foxley | |
Signed-off-by: Austin Foxley <austinf@cetoncorp.com> | |||
2009-10-22 | build with -fmerge-all-constants | Mike Frysinger | |
Glibc is already using this flag and it gives us a slight code shrink in a few functions. Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
2009-10-22 | test/plt: add a script to find PLT usage | Mike Frysinger | |
Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
2009-10-09 | check_ld some more flags | Bernhard Reutner-Fischer | |
gold does not currently implement these. Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | |||
2009-10-08 | add and use qstrip | Bernhard Reutner-Fischer | |
qstrip substitites quotes and strips the result. Avoiding single-quotes helps vim's poor syntax highlighting. Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | |||
2009-09-16 | handle make ARCH= config | Bernhard Reutner-Fischer | |
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | |||
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-08-17 | support building out-of-tree | Bernhard Reutner-Fischer | |
Handle O= Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | |||
2009-08-01 | Rules.mak: Fix references to svn. | Khem Raj | |
Signed-off-by: Khem Raj <raj.khem@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-15 | use -EB/-EL for all targets | Mike Frysinger | |
These are common linker options rather than target specific ones, so they should be safe to use for all targets. Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
2009-07-05 | use -isystem with gcc paths | Mike Frysinger | |
Use -isystem to include gcc header paths rather than -I as these are system paths, not uClibc specific paths. Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
2009-05-04 | sh: Fix FPU config option | Peter Griffin | |
Change to UCLIBC_HAS_FPU because UCLIBC_HAS_FLOATS can be used with UCLIBC_HAS_SOFT_FLOAT option. | |||
2009-03-25 | - do not pass -Wl with -shared in LDFLAGS_NOSTRIP (Peter S. Mazinger) | Bernhard Reutner-Fischer | |
2009-02-23 | - also filter out headers-y | Bernhard Reutner-Fischer | |
2009-02-03 | - fix install_headers on hosts where ld does not support gnu hash-style but | Bernhard Reutner-Fischer | |
uClibc is configured to use it. | |||
2009-01-28 | "make utils" now successfully makes utils for target | Denis Vlasenko | |
2009-01-22 | - also link librt with --as-needed and do so unconditionally to work around | Bernhard Reutner-Fischer | |
bugs in gentoo's QA. Just add UCLIBC_HAS_SSP to the "and" of link.asneeded to properly take SSP into account, if you prefer. | |||
2009-01-14 | - make sure to pass the correct PIE flags to gcc (Peter S. Mazinger) | Bernhard Reutner-Fischer | |
2009-01-14 | - make sure not to have relocs in Scrt1.o (Peter S. Mazinger) | Bernhard Reutner-Fischer | |
2009-01-11 | utils/Makefile.in: de-obfuscate it a bit | Denis Vlasenko | |
Rules.mak: use -Os, not -O2 | |||
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-26 | include/libc-string_i386.h: fix a bug where memset('\xff') misbehaves | Denis Vlasenko | |
Rules.mak: add -funsigned-char, to forestall future PITA | |||
2008-12-16 | fix testing "gcc -mpreferred-stack-boundary=2" on x86_64 | Denis Vlasenko | |
2008-12-13 | Make it again possible to have compact and small stack usage | Denis Vlasenko | |
on non-SSE capable processors. I'm doing it the second time. text data bss dec hex filename 238539 1367 11280 251186 3d532 uClibc.z2/lib/libuClibc-0.9.30-svn.so 229457 1367 11280 242104 3b1b8 uClibc.z3/lib/libuClibc-0.9.30-svn.so | |||
2008-11-12 | - adjust trunk version info | Bernhard Reutner-Fischer | |
2008-11-11 | - update recommendation for pregenerated locales. | Bernhard Reutner-Fischer | |
- update name of locale-tarball. We will retroactively fill them in, eventually | |||
2008-11-07 | - less verbose make clean | Bernhard Reutner-Fischer | |
2008-11-03 | Remove commented out CFLAGS assigment which is also set on next line | Hans-Christian Egtvedt | |
Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com> | |||
2008-10-28 | - mark trunk as BUGFIX-ONLY after 0.9.30-rc3 | Bernhard Reutner-Fischer | |
2008-10-28 | - bump version to 0.9.30-rc3 | Bernhard Reutner-Fischer | |
2008-10-15 | - mark trunk as -rc2-svn | Bernhard Reutner-Fischer | |
2008-10-15 | - bump version to 0.9.30-rc2 | Bernhard Reutner-Fischer | |
2008-10-10 | - make sure to match the start of the MAKE_VERSION | Bernhard Reutner-Fischer | |
2008-10-08 | - add/use variables to make build-tools configurable | Bernhard Reutner-Fischer | |
2008-10-03 | - add long double math wrappers (Ned Ludd) | Bernhard Reutner-Fischer | |
2008-09-25 | - add CONFIG_MIPS_ISA_MIPS32R2 (Julian Brown) | Bernhard Reutner-Fischer | |
2008-08-21 | Disable -msoft-float usage on SH, gcc doesn't support it. | Paul Mundt | |
2008-07-17 | - poison non-standard keywords: | Bernhard Reutner-Fischer | |
Make sure that we can be built with non-C99 compilers, too. Use __\1__ instead. | |||
2008-07-08 | Fix the test build system by installing headers on a local folder | Carmelo Amoroso | |
instead of using internal headers. Signed-off-by: Filippo Arcidiacono <filippo.arcidiacono@st.com> Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com> | |||
2008-06-09 | - Improve prerequisites and avoid spurious reconfigurations. | Bernhard Reutner-Fischer | |
More details: http://uclibc.org/lists/uclibc/2008-June/019509.html | |||
2008-06-01 | A slight improvement over my previous commit which ensured we always rebuild | Bernd Schmidt | |
libc when one of the source files changes. Since there are more places which want to depend on $(libc), fix them all to use a new variable $(libc.depend), which contains the filename for which we have a rule. | |||
2008-05-23 | - use -print-file-name | Bernhard Reutner-Fischer | |
2008-04-30 | guard against older ld's not understanding --sort-section alignment | Denis Vlasenko | |
2008-04-30 | Rules.mak: fix -falign/-malign mixup | Denis Vlasenko | |