Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | always define CONFIG_SHELL | Bernhard Reutner-Fischer | 2009-08-19 | 1 | -0/+2 |
| | | | | | Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Austin Foxley <austinf@cetoncorp.com> | ||||
* | support building out-of-tree | Bernhard Reutner-Fischer | 2009-08-19 | 1 | -4/+7 |
| | | | | | | | Handle O= Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Austin Foxley <austinf@cetoncorp.com> | ||||
* | Synch with trunk @ 24071. | Carmelo Amoroso | 2008-11-17 | 1 | -0/+1 |
| | | | | | Step 2 locale stuff - configuration and top Makefiles | ||||
* | Merge from trunk that gives us a valid NPTL dynamic loader and the start of ↵ | "Steven J. Hill" | 2005-11-29 | 1 | -392/+8 |
| | | | | the new build system. I have probably another 300 and some files to go *sigh*. | ||||
* | Sync with trunk. | "Steven J. Hill" | 2005-10-07 | 1 | -2/+1 |
| | |||||
* | Sync with trunk. | "Steven J. Hill" | 2005-10-06 | 1 | -0/+1 |
| | |||||
* | Sync with trunk. | "Steven J. Hill" | 2005-10-06 | 1 | -5/+6 |
| | |||||
* | Fix up build system for NPTL. I admit it is much cleaner now, but I lost my ↵ | "Steven J. Hill" | 2005-10-04 | 1 | -0/+1 |
| | | | | entire Saturday fixing this $!#$!#@$T! up. | ||||
* | Big, huge fricking merge. Peter, if you touch the build system again I'm ↵ | "Steven J. Hill" | 2005-10-04 | 1 | -50/+56 |
| | | | | going to smash your keyboard. | ||||
* | Big sync with trunk. | "Steven J. Hill" | 2005-09-24 | 1 | -54/+39 |
| | |||||
* | Merge/sync with trunk. | "Steven J. Hill" | 2005-08-17 | 1 | -2/+8 |
| | |||||
* | Finally, all of the makefiles that make the magic happen. These changes ↵ | "Steven J. Hill" | 2005-08-09 | 1 | -1/+2 |
| | | | | allow for uClibc to build for NPTL support without breaking the old linuxthreads model. Let the testing begin. | ||||
* | Last of the merges along with latest changes for NPTL. Nothing much | "Steven J. Hill" | 2005-07-30 | 1 | -19/+25 |
| | | | | new on the NPTL stuff other than cleaning a few things up. | ||||
* | Massive clean up of makefiles with a focus on being able to compile correctly | "Steven J. Hill" | 2005-07-22 | 1 | -0/+2 |
| | | | | | both thread library models. Items of interest are the 'Rules.mak' changes at the top level as well as the new 'Rules.mak' for the NPTL library. | ||||
* | Fixed up 'clean' target for latest NPTL changes and modified include | "Steven J. Hill" | 2005-06-12 | 1 | -0/+1 |
| | | | | | dependency directories so that either thread model can be used by the C library modules that need some knowledge of pthreads. | ||||
* | Fix up some more NPTL stuff for header file symbolic links. | "Steven J. Hill" | 2005-05-15 | 1 | -1/+2 |
| | |||||
* | There were two versions of 'pthreadtypes.h' originally in uClibc. Also, | "Steven J. Hill" | 2005-05-14 | 1 | -9/+13 |
| | | | | | | since we are going to support the two implementations of pthreads, we again need to instead create symbolic links to use the proper version of the file depending on the pthreads option chosen. | ||||
* | In order to accomodate usage of either pthreads implementation, we now | "Steven J. Hill" | 2005-05-14 | 1 | -0/+10 |
| | | | | | | | have to create symbolic links for 'semaphore.h' and 'pthread.h' which will point to the proper pthreads directory. When we finish getting NPTL working with uClibc, perhaps we can merge them, but a first glance at the differences between the two does not make that very likely. | ||||
* | Top-level makefile fix for OS agnosticism and set the value of TARGET_ARCH | "Steven J. Hill" | 2005-05-14 | 1 | -1/+1 |
| | | | | | | using grep because the '.config' will not get included if we are doing a 'clean' or other targets. This was preventing the proper cleaning up target architecture include files. | ||||
* | chown syntax 0.0 -> 0:0 | Mike Frysinger | 2005-03-10 | 1 | -1/+1 |
| | |||||
* | add a check target cause i'm lazy | Mike Frysinger | 2005-03-09 | 1 | -1/+3 |
| | |||||
* | Since libdl is pretty small, and not likely to benefit from mklibs.py | Eric Andersen | 2005-02-16 | 1 | -2/+3 |
| | | | | and similar, lets just remove libdl_pic.a and avoid the issue | ||||
* | Unlike the other static libs, libdl.a and libdl_pic.a are different. | Manuel Novoa III | 2005-02-16 | 1 | -0/+3 |
| | | | | | So we need to copy the actual libdl_pic.a or bad things happen when optimizing libdl.so with mklibs.py. | ||||
* | Update release target for subversion | Eric Andersen | 2005-02-08 | 1 | -2/+2 |
| | |||||
* | add notes about header generation | Mike Frysinger | 2005-02-08 | 1 | -0/+5 |
| | |||||
* | Always use the target CC when generating include/bits/sysnum.h, since some | Eric Andersen | 2005-01-31 | 1 | -2/+1 |
| | | | | | | | | | arches like mips have an include/asm/unistd.h that depends on #defines provided only by gcc. Therefore, since we may need to generate include/bits/sysnum.h before the target CC is actually existant when bootstrapping a toolchain, we must ensure that include/bits/sysnum.h is rebuilt every time we run make. Sigh. What a pain. -Erik | ||||
* | Use HOSTCC for seting up the syscall list | Eric Andersen | 2005-01-29 | 1 | -1/+1 |
| | |||||
* | Use $(LN) rather than ln. | Peter Kjellerstedt | 2005-01-24 | 1 | -1/+1 |
| | |||||
* | add a tiny hack so that the headers target isnt rebuilt all the time, only ↵ | Mike Frysinger | 2005-01-19 | 1 | -0/+5 |
| | | | | when it should be | ||||
* | tweak target dependencies to support parallel builds | Mike Frysinger | 2005-01-18 | 1 | -9/+5 |
| | |||||
* | Made it possible to make utils when $(CROSS) or $(CC) contain spaces. | Peter Kjellerstedt | 2005-01-16 | 1 | -2/+2 |
| | |||||
* | Do not use portable (POSIX) 'cp -PRf' but instead use 'cp -dRf' since | Eric Andersen | 2005-01-11 | 1 | -2/+2 |
| | | | | busybox does not yet support 'cp -P' | ||||
* | Patch from Paul Mundt (lethal) adding an initial librt implementation. | Eric Andersen | 2005-01-11 | 1 | -1/+2 |
| | | | | | I then reworked the syscall handling and made minor cleanups. With luck I've not completely broken his patch... | ||||
* | Amir Shalem writes: | Mike Frysinger | 2005-01-01 | 1 | -2/+2 |
| | | | | | here are few patches for better compatability in ./Makefile: cp.diff - use portable (POSIX) way to specfic --no-dereference (-d) | ||||
* | Amir Shalem writes: | Mike Frysinger | 2005-01-01 | 1 | -4/+4 |
| | | | | | here are few patches for better compatability in ./Makefile: make.diff - make should never called directly, change it to $(MAKE) | ||||
* | Remove some accumulated ugly junk | Eric Andersen | 2004-12-11 | 1 | -48/+1 |
| | |||||
* | Kill off all support for 'gcc -pg' / 'gprof' style profiling. There is both a | Eric Andersen | 2004-08-21 | 1 | -0/+6 |
| | | | | | | | | size and performance penalty to profiling applications this way, as well as Heisenberg effects, where the act of measuring changes what is measured. There are better tools for doing profiling, such as OProfile, that do not require gcc to instrument the application code. -Erik | ||||
* | At solar's request... | Manuel Novoa III | 2004-08-10 | 1 | -3/+3 |
| | |||||
* | Alexandre Oliva writes: | Eric Andersen | 2004-03-18 | 1 | -2/+4 |
| | | | | | | | This patch arranges for the .so files in say /usr/lib to be soft links to ../../lib, instead of to /some/arbitrary/pathname/lib. This enables seamless relocation of a toolchain containing the development and run time trees in a sys-root. | ||||
* | Add our own copies of the include/scsi header files, per what glibc | Eric Andersen | 2004-02-12 | 1 | -1/+1 |
| | | | | | does, rather than depending on the kernel header files. -Erik | ||||
* | s/UCLIBC_HAS_MMU/ARCH_HAS_MMU/g | Eric Andersen | 2004-01-16 | 1 | -1/+1 |
| | |||||
* | Fixup dated comments | Eric Andersen | 2004-01-13 | 1 | -3/+2 |
| | |||||
* | Be sure to fully clean 2.6 kernel headers on 'make clean' | Eric Andersen | 2004-01-03 | 1 | -1/+1 |
| | |||||
* | Don't download the local data if we have it already. | Manuel Novoa III | 2003-12-04 | 1 | -2/+6 |
| | |||||
* | Make sure we use the right CC setting when building utils. | Manuel Novoa III | 2003-11-23 | 1 | -2/+2 |
| | | | | Not doing so was breaking the buildroot softfloat arm build. | ||||
* | Make sure the utils build gets the setting for CROSS. | Manuel Novoa III | 2003-11-22 | 1 | -2/+2 |
| | |||||
* | Don't install shadow.h if shadow password support is disabled. | Manuel Novoa III | 2003-11-16 | 1 | -0/+4 |
| | |||||
* | Teach the install_dev target to behave itself and install | Eric Andersen | 2003-11-13 | 1 | -6/+14 |
| | | | | | | the correct stuff with the correct names, and not install yet another set of shared libs in the wrong place -Erik | ||||
* | For now, disable the iconv utility | Eric Andersen | 2003-11-08 | 1 | -5/+5 |
| | |||||
* | remove some junk I added while debugging | Eric Andersen | 2003-11-07 | 1 | -1/+1 |
| |