summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* facelift step number twoEric Andersen2004-10-09144-1089/+182
|
* Remove the old 'make' directory, and populate the new 'package'Eric Andersen2004-10-0987-2/+1
| | | | directory.
* It would help to include the package specific *.mk makefilesEric Andersen2004-10-091-1/+1
|
* Major buildroot facelift, step one.Eric Andersen2004-10-09148-480/+15085
| | | | -Erik
* prune info/man pagesMike Frysinger2004-10-081-2/+2
|
* update python ... this one should work a lot better than the old oneMike Frysinger2004-10-082-16/+153
|
* make sure we quote cflagsMike Frysinger2004-10-081-1/+1
|
* make sure build uses $TARGET_CFLAGS and the install worksMike Frysinger2004-10-081-2/+8
|
* new debian patchMike Frysinger2004-10-081-1/+1
|
* new version and use a variable to hold the versionMike Frysinger2004-10-081-2/+4
|
* use $(DISABLE_NLS) instead of --disable-nlsMike Frysinger2004-10-081-1/+1
|
* delete file rather than letting the makefile try to do itMike Frysinger2004-10-081-2/+1
|
* add -pipe to default CFLAGSMike Frysinger2004-10-081-1/+1
|
* wget !Mike Frysinger2004-10-081-0/+49
|
* new version of less and make sure the build uses $TARGET_CFLAGSMike Frysinger2004-10-081-5/+7
|
* clean up and use a newer version that actually cross compiles :)Mike Frysinger2004-10-081-36/+26
|
* new straceMike Frysinger2004-10-081-4/+3
|
* new version of sedMike Frysinger2004-10-081-3/+4
|
* use variable to hold versionMike Frysinger2004-10-081-2/+3
|
* nano!Mike Frysinger2004-10-081-0/+48
|
* distcc ebuildMike Frysinger2004-10-081-0/+58
|
* new version of procpsMike Frysinger2004-10-081-2/+3
|
* new version of findutilsMike Frysinger2004-10-081-4/+4
|
* new version outMike Frysinger2004-10-081-3/+4
|
* update so that it actually works ;)Mike Frysinger2004-10-082-28/+39
|
* update make targets to reflect new build systemMike Frysinger2004-10-081-2/+2
|
* dont hardcode version #, use a variableMike Frysinger2004-10-081-3/+4
|
* update dnsmasq since older one doesnt exist and had security issuesMike Frysinger2004-10-082-9/+9
|
* move hardcoded version number into 1 variable and update to 1.2.1Mike Frysinger2004-10-081-13/+14
|
* make sure sh4 headers get setup properlyMike Frysinger2004-10-081-0/+4
|
* i dont have mkfs.jffs2 on my system so stop complaining you cant find itMike Frysinger2004-10-081-1/+1
|
* Avoid naming conflicts with 'linux' targetEric Andersen2004-10-051-21/+21
|
* Always use kernel-headers.Eric Andersen2004-10-059-94/+34
|
* Add the new binutils and gdb, but don't make them defaults since I haven'tManuel Novoa III2004-09-301-0/+2
| | | | really tested them yet.
* Support latest gdb release (untested).Manuel Novoa III2004-09-302-0/+305
|
* Support latest binutils release.Manuel Novoa III2004-09-303-0/+879
|
* Fix ld/emultempl/elf32.em. Found by vapier.Manuel Novoa III2004-09-301-14/+44
|
* Don't include glibc symbol versions in libgcc.Manuel Novoa III2004-09-304-47/+123
| | | | | Replace mips delay slot patch with upstream fix. Backport gcc typo fix from cvs to fix powerpc builds with newer binutils.
* Fix some config issues.Manuel Novoa III2004-09-301-0/+4
|
* Don't build libfloat unless we're using gcc 3.3.x.Manuel Novoa III2004-09-301-0/+2
|
* mkdir can failTim Riker2004-09-271-1/+1
|
* mkdir can failTim Riker2004-09-271-1/+1
|
* wsTim Riker2004-09-271-1/+1
|
* Default to 2.4.27 kernel headersEric Andersen2004-09-222-3/+13
|
* Add back in support for 3.3.4 soft float toolchains, although arm wouldManuel Novoa III2004-09-146-15/+51
| | | | require reenabling linking with -lfloat in uClibc.
* Aesthetic change... Current gcc cvs removes the unnecessary dependency refManuel Novoa III2004-09-113-3/+3
| | | | to gthr-gnat.c, so remove it and the unnecesary ref to unwind-dw2-fde.c.
* Fix type noticed by Peter Mazinger.Manuel Novoa III2004-09-112-2/+2
|
* Integrate gcc 3.4.2 and add patches from both openembedded (6??-*)Manuel Novoa III2004-09-1017-23/+4684
| | | | | | | | 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... ;-)
* Peter noticed some bits were missing.Manuel Novoa III2004-09-101-11/+56
|
* Patch by michael tesch <tesch1@gmail.com> ...Manuel Novoa III2004-09-0912-13/+13
| | | | | | | The real problem, only caused when you have a *.patch file in the main build directory, is that the Makefiles don't escape the globbing operator they're passing to patch-kernel.sh. Attached is a patch to fix that.