summaryrefslogtreecommitdiffstats
path: root/toolchain/uClibc/uclibc.mk
Commit message (Collapse)AuthorAgeFilesLines
...
* fix a few little glitches I left in here the other dayEric Andersen2006-12-131-1/+2
|
* update uClibc config settings and update installation of kernel headersEric Andersen2006-12-121-13/+37
|
* - provide a 'make uclibc-config' target to make target specific ↵Bernhard Reutner-Fischer2006-12-021-1/+14
| | | | configuration easy.
* - add and use BR2_BZCAT config option.Bernhard Reutner-Fischer2006-11-171-2/+3
|
* we use BR2_ENABLE_LOCALE not ENABLE_LOCALEEric Andersen2006-10-171-3/+5
|
* kill the separate 'uClibc.config-locale' file, which was generally left ↵Eric Andersen2006-10-021-4/+3
| | | | | | | unmaintained and instead just update the installed uClibc config file in place to enable locale when selected
* Set 0.9.28 floating point mode according to BR2_SOFT_FLOATPeter Korsgaard2006-09-251-1/+3
|
* minor dependancy cleanupEric Andersen2006-07-191-2/+2
|
* configuring uClibc depends on first having kernel headers in placeEric Andersen2006-07-181-1/+1
|
* put sed check in the correct placeEric Andersen2006-07-181-1/+1
|
* Add support for ARM EABI.Paul Mundt2006-06-051-0/+3
|
* Update for ARCH_WANTS_{LITTLE,BIG}_ENDIAN and HAS_FPU -> UCLIBC_HAS_FPU.Paul Mundt2006-06-051-1/+5
| | | | | | Also update the uClibc config for some of the recent target and CPU variant additions.
* fix target arch check per case 0000688David Anders2006-02-091-3/+3
|
* - don't flag .configured if something went wrongBernhard Reutner-Fischer2006-01-281-1/+1
|
* change test for arm variant from BR2_ARCH to UCLIBC_TARGET_ARCHDavid Anders2006-01-191-1/+1
|
* added arm variant selectionDavid Anders2006-01-191-0/+4
|
* fix endian sed as pointed out by David AndersMike Frysinger2006-01-181-2/+2
|
* incorporate patches from marc in bug #273 to add support for nios2Mike Frysinger2006-01-041-0/+1
|
* improve selection of options based upon buildroot configMike Frysinger2005-12-071-12/+40
|
* fix ifndef check for UCLIBC_CONFIG_FILE as reported by wskish in Bug 499Mike Frysinger2005-10-221-1/+1
|
* Correct usage of {RUNTIME_,DEVEL_,}PREFIX in STAGING_DIR thanks to Stephen ↵Peter S. Mazinger2005-09-301-9/+4
| | | | Warren and vapier
* Fix renaming of UCLIBC_HAS_THREADS_NATIVE option for buildroot."Steven J. Hill"2005-09-241-1/+1
|
* I'm an idiot.Eric Andersen2005-09-121-1/+1
|
* trim erroneous spaceEric Andersen2005-09-121-1/+1
|
* allanc writes in Bug 380: PTHREADS_NATIVE doesn't seem to be in the .config ↵Mike Frysinger2005-08-281-0/+1
| | | | anymore. Patch adds setting UCLIBC_HAS_THREADS instead.
* uClibc 0.9.28 has been releasedMike Frysinger2005-08-181-5/+4
|
* Add BR2_CROSS_TOOLCHAIN_TARGET_UTILS to allow bundling of some useful debugManuel Novoa III2005-08-041-0/+5
| | | | | apps with a deployed cross toolchain. Should probably do ltrace as well... Also, add another compat symlink for cross gdb.
* Add in options for NPTL in uClibc. Users can select, but since NPTL is"Steven J. Hill"2005-07-291-0/+3
| | | | | on a branch it will not have any effect. Updated DBAu1500 configuration files for latest uClibc snapshot and NPTL options.
* revert earlier change since it doesnt work with last uClibc release :/Mike Frysinger2005-07-111-3/+3
|
* Fix buildroot not to modify Rules.mak. Patch From vapier.Joakim Tjernlund2005-06-301-1/+1
|
* be a bit more consistant with naming, always escape wildcardsEric Andersen2005-06-241-1/+1
|
* Apply any uClibc patches that are presentEric Andersen2005-05-261-0/+1
|
* sh64 no longer implies sh as far as uClibc is concerned..Paul Mundt2005-05-021-1/+0
|
* Be extra careful about where the uClibc config file comes fromEric Andersen2005-03-091-0/+2
|
* Trivial updatesEric Andersen2005-02-251-2/+2
|
* give uclibc and busybox config files consistant variable namesEric Andersen2005-02-151-5/+7
|
* fix dependency so ldd isnt always rebuiltMike Frysinger2004-12-221-1/+1
|
* Add initial BR2_JLEVEL support, with some exceptions for apps thatEric Andersen2004-12-111-9/+9
| | | | have broken 'make -j' support
* Patch from Volmat Alain adding SH3/SH3EB SH4EB supportEric Andersen2004-12-111-1/+1
|
* do not inadvertantly create filesEric Andersen2004-12-111-1/+2
|
* do some touching to sync timestampsMike Frysinger2004-10-151-0/+5
|
* Build the uClibc utils with the uClibc-targeted toolchain.Manuel Novoa III2004-10-151-10/+7
| | | | While the host utils are also built, they are not currently installed.
* -xvf -> $(TAR_OPTIONS)Mike Frysinger2004-10-111-1/+1
|
* Andrew May writes:Eric Andersen2004-10-101-1/+1
| | | | | | | | | | | | | A few more little ones. busybox fdisk with large files should be removed without large files. gdbtarget/gdb_client got mixed up in the Makefile.in. I think gdbtarget should have a depend on ncurses but I am not sure if it should go in the config or in the .mk. It may be nice to split out the server and client. uclibc.mk was checking BR2_SOFT_FLOAT for true not y.
* Major buildroot facelift, step one.Eric Andersen2004-10-091-0/+164
-Erik