Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | configuring uClibc depends on first having kernel headers in place | Eric Andersen | 2006-07-18 | 1 | -1/+1 |
| | |||||
* | put sed check in the correct place | Eric Andersen | 2006-07-18 | 1 | -1/+1 |
| | |||||
* | move TAR_OPTIONS to its rightful place | Eric Andersen | 2006-07-18 | 1 | -3/+0 |
| | |||||
* | Resolves Bug #182 for buildroot. It works nice to pull in default | "Steven J. Hill" | 2006-06-22 | 1 | -1/+6 |
| | | | | | configuration files for targets. More information on the bug database page at <http://bugs.uclibc.org/view.php?id=182>. | ||||
* | s/dependancies/dependencies/ | Mike Frysinger | 2006-05-26 | 1 | -1/+1 |
| | |||||
* | when copying, be forceful about it to gratuitously overwrite symlinks | Eric Andersen | 2006-04-19 | 1 | -1/+1 |
| | |||||
* | make sure things still work even when fakeroot is not in active use | Eric Andersen | 2006-04-07 | 1 | -1/+1 |
| | |||||
* | removed clean and distclean from the noconfig targets per case 0000232 | David Anders | 2006-01-25 | 1 | -2/+1 |
| | |||||
* | - remove BR2_TAR_VERBOSITY and add helptext to BR2_TAR_OPTIONS. | Bernhard Reutner-Fischer | 2005-12-10 | 1 | -5/+0 |
| | | | | default to no additional tar options. | ||||
* | - add option to pass to tar for unpacking the source. | Bernhard Reutner-Fischer | 2005-12-10 | 1 | -2/+4 |
| | | | | Set it to exclude .svn per default (please default to "" if inappropriate) | ||||
* | Allan Clark writes: | Mike Frysinger | 2005-09-09 | 1 | -1/+4 |
| | | | | | | | | | Quick patch to avoid deleting my directory of RPM Sources. I tend to use buildroot as "make DL_DIR=/.rh/SOURCES", with the rpm topdir set to $HOME/.rh in my .rpmmacros -- allows me to build RPMs as non-root, and share the source with buildroot. Problem is, buildroot likes to delete my directory :( | ||||
* | only build host-file if we need it | Mike Frysinger | 2005-09-08 | 1 | -1/+1 |
| | |||||
* | Build 'file' for the host as well as the target. If the host system has a ↵ | "Steven J. Hill" | 2005-08-30 | 1 | -1/+1 |
| | | | | version older than that being built for buildroot, the target build will fail. So, we build 'file' for the host and add actually add '$(TOOL_BUILD_DIR)/bin' to the TARGET_PATH so that it takes precedence over the host system version. | ||||
* | Allow packages to use fakeroot. To accomodate this, convert all | Eric Andersen | 2005-08-04 | 1 | -0/+1 |
| | | | | target filesystem creation tools to also use fakeroot. | ||||
* | Make defconfig work properly | Eric Andersen | 2005-04-27 | 1 | -1/+1 |
| | |||||
* | Change all instances of 'ln -sf' to 'ln -snf' | Eric Andersen | 2005-04-15 | 1 | -1/+1 |
| | |||||
* | more changes towards better board support | Eric Andersen | 2005-02-17 | 1 | -3/+8 |
| | |||||
* | Make target stuff last so it can override everything else | Eric Andersen | 2005-02-17 | 1 | -1/+3 |
| | |||||
* | Fix some silly bugs: a variable for gcc was used before it was defined, remove | Eric Andersen | 2005-02-11 | 1 | -1/+1 |
| | | | | '.svn' not 'CVS' from the install, add 2.4.29 kernel headers as the default. | ||||
* | There is no need to have a separate 'Makefile.in' file in the | Eric Andersen | 2005-02-10 | 1 | -7/+7 |
| | | | | | general case, therefore, combine the toplevel Makefile options such as setting TARGETS into the per-package *.mk file | ||||
* | update copyright | Eric Andersen | 2005-02-07 | 1 | -1/+1 |
| | |||||
* | Don't fail for existing dirs | Eric Andersen | 2004-12-11 | 1 | -7/+7 |
| | |||||
* | Add some more phonys | Eric Andersen | 2004-12-11 | 1 | -1/+2 |
| | |||||
* | Don't nuke STAGING_DIR and TARGET_DIR | Eric Andersen | 2004-12-11 | 1 | -2/+0 |
| | |||||
* | Build the uClibc utils with the uClibc-targeted toolchain. | Manuel Novoa III | 2004-10-15 | 1 | -1/+1 |
| | | | | While the host utils are also built, they are not currently installed. | ||||
* | Make the TAR_VERBOSITY option a bit more sane | Eric Andersen | 2004-10-09 | 1 | -2/+2 |
| | |||||
* | Don't use a string to do the job of a bool | Eric Andersen | 2004-10-09 | 1 | -1/+1 |
| | |||||
* | support tar verbosity | Mike Frysinger | 2004-10-09 | 1 | -0/+6 |
| | |||||
* | Remove obsolete references to SOURCE_DIR | Eric Andersen | 2004-10-09 | 1 | -2/+2 |
| | |||||
* | Fix it so we once again build the target root_fs | Eric Andersen | 2004-10-09 | 1 | -0/+1 |
| | |||||
* | facelift step number two | Eric Andersen | 2004-10-09 | 1 | -0/+2 |
| | |||||
* | Remove the old 'make' directory, and populate the new 'package' | Eric Andersen | 2004-10-09 | 1 | -1/+0 |
| | | | | directory. | ||||
* | It would help to include the package specific *.mk makefiles | Eric Andersen | 2004-10-09 | 1 | -1/+1 |
| | |||||
* | Major buildroot facelift, step one. | Eric Andersen | 2004-10-09 | 1 | -312/+101 |
| | | | | -Erik | ||||
* | add -pipe to default CFLAGS | Mike Frysinger | 2004-10-08 | 1 | -1/+1 |
| | |||||
* | Always use kernel-headers. | Eric Andersen | 2004-10-05 | 1 | -1/+0 |
| | |||||
* | Add the new binutils and gdb, but don't make them defaults since I haven't | Manuel Novoa III | 2004-09-30 | 1 | -0/+2 |
| | | | | really tested them yet. | ||||
* | Default to 2.4.27 kernel headers | Eric Andersen | 2004-09-22 | 1 | -1/+2 |
| | |||||
* | Add back in support for 3.3.4 soft float toolchains, although arm would | Manuel Novoa III | 2004-09-14 | 1 | -4/+5 |
| | | | | require reenabling linking with -lfloat in uClibc. | ||||
* | Integrate gcc 3.4.2 and add patches from both openembedded (6??-*) | Manuel Novoa III | 2004-09-10 | 1 | -5/+10 |
| | | | | | | | | and Dan Kegel's crosstools (7??-*). Use makefile vars for toolchain names in ccache.mk and gdb.mk. Fix a g++-related symlink issue with ccache. Change the default to gcc 3.4.2 and binutils 2.15.91.0.2 (now that mips is building). Let the users go forth and test... ;-) | ||||
* | Should be supported now for gcc 3.4.1. | Manuel Novoa III | 2004-09-03 | 1 | -0/+1 |
| | |||||
* | Update to what I'm currently using. Lots of changes... | Manuel Novoa III | 2004-09-03 | 1 | -29/+80 |
| | | | | | | | 1) Allow selection of binutils/gcc/gdb/kernel headers to build, although some of the older tool patches probably need updating. 2) Rework gdb build so that remote debugging now works with gdbserver. 3) Misc. other package updates.3) Misc. other package updates.3) Misc. other package updates. | ||||
* | Use busybox to provide login etc by default | Eric Andersen | 2004-04-21 | 1 | -1/+1 |
| | |||||
* | Due to alphabetizing, the uml stuff was pulled in after uclibc.mk | Eric Andersen | 2004-04-12 | 1 | -7/+5 |
| | | | | | | causing problems. Newer uml messes up sigcontext.h and is a pain to build anyways. So kill it for now. It is trivial to build for stock i386 and then boot the generated root_fs using uml. | ||||
* | support ccache for the build as well as the target | Eric Andersen | 2004-04-09 | 1 | -2/+2 |
| | |||||
* | Remove perl. It doesn't work, and seems to be a support | Eric Andersen | 2004-03-18 | 1 | -3/+0 |
| | | | | problem magnet. So kill it. | ||||
* | Update binutils from 2.14.90.0.6 to 2.14.90.0.8. | Manuel Novoa III | 2004-02-18 | 1 | -7/+3 |
| | | | | | | Update from gcc 3.3.2 to 3.3.3. Test builds done for i386 and mipsel (3.3.3) and i386 (2.95). Soft float support not yet tested with 3.3.3. | ||||
* | Should have added this a long time ago. | Manuel Novoa III | 2004-02-11 | 1 | -1/+1 |
| | |||||
* | Use --enable-sjlj-exceptions when configuring gcc so that exception handling | Manuel Novoa III | 2004-02-11 | 1 | -0/+14 |
| | | | | | | | | | works for dynamicly linked executables. Only tested so far on i386 with gcc 3.3.2. But combined with the latest ldso updates, I can now get a dynamicly linked java helloworld app to run. Add a config toggle for building gcj and libgcj. The build runs fine through gcc-final but currently requires hand interventions to build gcc-target. Again, only tested so far on i386. | ||||
* | Remove USE_LINUX_UCLIBC option, since that is now the only | Eric Andersen | 2004-01-29 | 1 | -37/+6 |
| | | | | supported way of building toolchains |