aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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.
* latest uClibc config updatesEric Andersen2004-09-081-0/+2
|
* Add N copies of the arm-textrel.patchEric Andersen2004-09-088-0/+504
|
* Looks like this finally gets a more recent version of binutils workingManuel Novoa III2004-09-031-0/+63
| | | | on arm in that shared apps seem to work now.
* Fix this to work with the arm big endian patch.Manuel Novoa III2004-09-031-28/+42
|
* Fix a cross compile issue.Manuel Novoa III2004-09-031-2/+9
|
* Sigh...Manuel Novoa III2004-09-031-2/+5
|
* Change the filenames.Manuel Novoa III2004-09-032-0/+0
|
* Add support for armeb.Manuel Novoa III2004-09-031-1/+10
|
* For now, mimic arm behavior for armeb since that's what uClibc'sManuel Novoa III2004-09-031-0/+6
| | | | fix-includes script winds up doing. Fix this later...
* Oops... remove some makefile debugging bits.Manuel Novoa III2004-09-031-2/+0
|
* Should be supported now for gcc 3.4.1.Manuel Novoa III2004-09-031-0/+1
|
* Update to what I'm currently using. Lots of changes...Manuel Novoa III2004-09-0371-351/+30751
| | | | | | | 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.
* Enable CONFIG_FEATURE_SUID, but disable CONFIG_FEATURE_SUID_CONFIGEric Andersen2004-09-021-1/+2
| | | | | for the default permission dropping behavior. -Erik
* new 2.6. kernel headers are outEric Andersen2004-08-191-3/+3
|
* update to currentEric Andersen2004-08-161-0/+2
|
* Use relative linksEric Andersen2004-07-291-4/+4
|
* Don't use a shared lib for fileEric Andersen2004-07-291-1/+2
|
* Use relative linksEric Andersen2004-07-282-3/+3
|
* Update the 'file' patchEric Andersen2004-07-281-16/+16
|
* Tarcisio writes:Eric Andersen2004-07-281-2/+2
| | | | | | | | | | | | | Hello, I noticed that file-4.08 does no longer exist at ftp://ftp.astron.com/pub/file. I was able to compile a 'buildroot' using file-4.10. I had to change make/file.mk and sources/file.patch. Regards, Tarcisio