Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - less verbose make clean | Bernhard Reutner-Fischer | 2008-11-07 | 1 | -2/+2 |
| | |||||
* | - trim any trailing whitespace | Bernhard Reutner-Fischer | 2008-07-23 | 1 | -2/+2 |
| | |||||
* | - move stripping into do_ar resp compile-m for the sake of simplicity | Bernhard Reutner-Fischer | 2008-06-17 | 1 | -3/+0 |
| | |||||
* | - strip the targets and not prerequisites | Bernhard Reutner-Fischer | 2008-06-04 | 1 | -2/+2 |
| | | | | | | - tidy up PTHREADS_DEBUG_SUPPORT by using per-target STRIP_FLAGS for the few This fixes the spurious rebuilds bernd and vda were seeing with libpthreads. | ||||
* | - adds several config-options to allow for turning off certain features | Bernhard Reutner-Fischer | 2008-06-03 | 2 | -1/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | like o UCLIBC_HAS_GNU_ERROR o UCLIBC_HAS_BSD_ERR o UCLIBC_HAS_PTY o UCLIBC_HAS_GETPT (1) o UCLIBC_SYSCALL_STUBS o UCLIBC_SYSCALL_STUB_WARNING o UCLIBC_LINUX_SPECIFIC (2) o UCLIBC_BSD_SPECIFIC (3) o UCLIBC_NTP_LEGACY (4) o UCLIBC_SV4_DEPRECATED (5) o UCLIBC_HAVE_REALTIME (6) o UCLIBC_HAVE_ADVANCED_REALTIME (7) o UCLIBC_HAVE_EPOLL (8) o UCLIBC_HAVE_XATTR (9) o UCLIBC_HAVE_PROFILING (10) (1) make non-standard getpt optional and implement standard posix_openpt (2) fstatfs(), inotify_*(), ioperm(), iopl(), madvise(), modify_ldt(), personality() ppoll(), setresuid() (3) mincore(), getdomainname(), setdomainname() (4) ntp_adjtime(), ntp_gettime() aliases (5) ustat() [use statfs(2) in your code instead] (6) All marked as "(REALTIME)" in SUSv3 (7) All marked as "(ADVANCED REALTIME)" in SUSv3 (8) epoll_create(), epoll_ctl(), epoll_wait() (9) all Extended Attributes (10) helpers for gcc's -finstrument-functions - Fixes _dl_exit() - Implements sleep(3) for !UCLIBC_HAVE_REALTIME - Implements usleep(3) for !UCLIBC_HAVE_REALTIME - adds #warning about incorrect posix_fadvise{,64}() - removes unused and unwanted uselib() Net outcome is that an allnoconfig with HAVE_SHARED is now about 88k instead of formerly 130k. | ||||
* | A slight improvement over my previous commit which ensured we always rebuild | Bernd Schmidt | 2008-06-01 | 1 | -3/+3 |
| | | | | | | | | | 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. | ||||
* | - Avoid warning about undefined preprocessor token. No obj-code changes. | Bernhard Reutner-Fischer | 2008-05-30 | 2 | -2/+2 |
| | |||||
* | - remove old-style definitions. No object-code changes. | Bernhard Reutner-Fischer | 2008-05-20 | 1 | -5/+1 |
| | |||||
* | #1273 if EXTRAVERSION is set, make sure we respect it | Mike Frysinger | 2007-03-19 | 1 | -1/+1 |
| | |||||
* | fixup my copyright notice, trim stale remnants of older notices which | Eric Andersen | 2006-07-05 | 1 | -19/+6 |
| | | | | I had clearly run search/replace on that were cluttering things up. | ||||
* | tweak the idea between having a MMU and actually using it | Mike Frysinger | 2006-02-18 | 1 | -1/+1 |
| | |||||
* | DOMULTI may be used for libc, the excluded files need work, ↵ | Peter S. Mazinger | 2006-02-15 | 1 | -1/+1 |
| | | | | linuxthreads[_db] as well, don't try on slow box | ||||
* | Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ↵ | Peter S. Mazinger | 2006-01-22 | 1 | -1/+1 |
| | | | | is a useless attempt | ||||
* | Add -D_GNU_SOURCE to CFLAGS, else openpty picks the XOPEN variant of fd_set | Peter S. Mazinger | 2006-01-20 | 2 | -2/+1 |
| | |||||
* | Add multi support to libm, remove lib*-multi-y, unneeded | Peter S. Mazinger | 2006-01-19 | 1 | -2/+0 |
| | |||||
* | Add target strip command and use it, also disable for now CFLAGS-multi-y, ↵ | Peter S. Mazinger | 2006-01-18 | 1 | -1/+1 |
| | | | | after splitting all MSRC, it won't be needed | ||||
* | Add IMA build rules | Peter S. Mazinger | 2006-01-18 | 1 | -2/+12 |
| | |||||
* | Convert to hidden_def | Peter S. Mazinger | 2006-01-16 | 3 | -15/+11 |
| | |||||
* | import 32/64 bit compat support from glibc | Mike Frysinger | 2005-11-23 | 2 | -0/+18 |
| | |||||
* | sync with glibc | Mike Frysinger | 2005-11-23 | 4 | -70/+75 |
| | |||||
* | Depedencies corrected (less make oldconfig/headers), rerunning make remakes ↵ | Peter S. Mazinger | 2005-11-22 | 1 | -8/+10 |
| | | | | only headers | ||||
* | rework depends and stripping so that libraries arent rebuilt all the time in ↵ | Mike Frysinger | 2005-11-22 | 1 | -2/+4 |
| | | | | a loop | ||||
* | Use internal hidden versions of __login_tty/__openpty | Peter S. Mazinger | 2005-11-21 | 3 | -5/+13 |
| | |||||
* | Remove TOPDIR | Peter S. Mazinger | 2005-11-21 | 1 | -3/+1 |
| | |||||
* | Add info to CFLAGS about lib we are building | Peter S. Mazinger | 2005-11-18 | 1 | -1/+1 |
| | |||||
* | Include all lib*/Makefile.in in top_srcdir/Makefile.in, allows adding ↵ | Peter S. Mazinger | 2005-11-17 | 1 | -13/+37 |
| | | | | foreign objects to a lib | ||||
* | Replace all Makefiles for new build infrastucture | Peter S. Mazinger | 2005-10-29 | 1 | -65/+8 |
| | |||||
* | Moved guard_setup to dl-osinfo.h (used commonly by ldso and libc). Renamed ↵ | Peter S. Mazinger | 2005-10-27 | 1 | -2/+0 |
| | | | | to _dl_setup_stack_chk_guard, as in glibc. SSP requires now binutils-2.16.1 and newer. Add NOT_IN_libc/IS_IN_libc. Began using -DSHARED in uClibc_main.c, there are more candidates in there. Move back dl_protect_relro to it's earlier place. | ||||
* | Default changed to IMA compiling, disabled explicitely where currently not ↵ | Peter S. Mazinger | 2005-10-26 | 1 | -2/+0 |
| | | | | possible. Add clean targets for linuxthreads[_db]. | ||||
* | All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other ↵ | Peter S. Mazinger | 2005-10-25 | 1 | -9/+21 |
| | | | | archs lack proper crt1. The Makefiles in extra/scripts are intended to be linked into each dir, where it is necessary to build locally. | ||||
* | Add the current implementation to review | Peter S. Mazinger | 2005-10-19 | 1 | -0/+21 |
| | |||||
* | Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all ↵ | Peter S. Mazinger | 2005-10-12 | 1 | -3/+3 |
| | | | | objects at once; use :=//$</$^; use CRT_SRC/CRT_OBJ/SCRT_OBJ/CSRC/COBJ/SSRC/SOBJ/MSRC/MOBJ where no more is needed, if only CSRC is present use OBJS directly instead of COBJ; CTOR_TARGETS are created directly in lib; remove unused/unneeded parts. Hope I haven't broken too much. | ||||
* | Do not defer expansions where useless, like CSRC/OBJS/LIB_NAME/AR_LIB_NAME, ↵ | Peter S. Mazinger | 2005-10-11 | 1 | -4/+3 |
| | | | | defer only for shared lib related stuff, because it is optional. Run STRIPTOOL only once. More use of /$^/$<. | ||||
* | Missed OBJS definition in libcrypt/libutil. Use := where possible | Peter S. Mazinger | 2005-10-11 | 1 | -5/+7 |
| | |||||
* | Undo size optimizing patch that does not work with gcc-4.1-head, reported by ↵ | Peter S. Mazinger | 2005-10-11 | 1 | -2/+9 |
| | | | | sjhill, thanks cow for testing | ||||
* | Doing the compile in one step creates smaller archives, libcrypt.a shrinks ↵ | Peter S. Mazinger | 2005-10-07 | 1 | -11/+9 |
| | | | | from 12k to 10k, libutil.a to 8k to 4k. Use make provided features where possible /$</$^. | ||||
* | Remove ar-target and shared targets, at build time now we traverse the tree ↵ | Peter S. Mazinger | 2005-09-28 | 1 | -23/+26 |
| | | | | only once. Generalize all toplevel makefiles. Make sure, that libdl.so is built against libc.so and not libc.a | ||||
* | no check needed in libm/libpthread, we do not recurse anymore if the related ↵ | Peter S. Mazinger | 2005-09-22 | 1 | -2/+2 |
| | | | | option is not set, more Makefile cleanups | ||||
* | no more cvs | Mike Frysinger | 2005-02-12 | 1 | -1/+0 |
| | |||||
* | rework dependencies so the archive is re-created only when the object files ↵ | Mike Frysinger | 2005-01-18 | 1 | -5/+2 |
| | | | | have been updated | ||||
* | Cleaned up patch from Peter S. Mazinger adding support for | Eric Andersen | 2004-12-22 | 1 | -0/+2 |
| | | | | | -fstack-protector and -fno-stack-protector-all security options | ||||
* | Revert Peter's __lib_gettimeofday patch. There's the minor issue of | Manuel Novoa III | 2004-10-31 | 2 | -2/+2 |
| | | | | | | adding cruft to include/sys/time.h. But also, there's no sense in making changes like this until we decide how we're going to approach the hidden symbol transition. | ||||
* | Peter S. Mazinger writes: | Eric Andersen | 2004-10-19 | 2 | -2/+2 |
| | | | | | | | | | | | Hello! Would the attached patch be acceptable (maybe instead of __libc_gettimeofday using __gettimeofday) We have some issues, see http://bugs.gentoo.org/show_bug.cgi?id=65892 | ||||
* | Based on a patch from Alexandre Oliva, remove all reference to 'bzero' (which | Eric Andersen | 2004-03-18 | 1 | -2/+2 |
| | | | | | is not a SuSv3 symbol). Rather than using __bzero internally per Alexandre's original patch, use memset instead. | ||||
* | We need to link with libgcc.a when creating shared libs, in order to | Manuel Novoa III | 2004-01-16 | 1 | -1/+1 |
| | | | | | avoid problems 'hidden symbol' problems. Also handle -lfloat for the soft-float arm case. | ||||
* | s/UCLIBC_HAS_MMU/ARCH_HAS_MMU/g | Eric Andersen | 2004-01-16 | 1 | -1/+1 |
| | |||||
* | minor cleanup | Eric Andersen | 2003-11-04 | 1 | -2/+2 |
| | |||||
* | Peter Kjellerstedt writes: | Eric Andersen | 2003-10-18 | 1 | -2/+2 |
| | | | | | | | | | | ln.patch: * Define $(LN) as ln in Rules.mak. * Change all occurrences of ln into $(LN). * Change all constructs like (cd path && ln -sf foo/file file) into $(LN) -sf foo/file path/file. The latter construct is already used in a number of places so it should not be an additional compatibility problem. | ||||
* | Peter Kjellerstedt writes: | Eric Andersen | 2003-10-18 | 1 | -4/+3 |
| | | | | | | | rm.patch: * Define $(RM) as rm -f in Rules.mak and test/Rules.mak (this is the same definition as gmake uses by default). * Change all occurrences of rm and rm -f into $(RM). | ||||
* | Peter Kjellerstedt writes: | Eric Andersen | 2003-10-18 | 1 | -4/+4 |
| | | | | | | | | | install.patch: * Define $(INSTALL) as install in Rules.mak. * Change all occurrences of install into $(INSTALL). * Change all occurrences of mkdir -p into $(INSTALL) -d. install -d is already used in a number of places so this should not be an additional compatibility problem. |