summaryrefslogtreecommitdiffstats
path: root/toolchain
Commit message (Collapse)AuthorAgeFilesLines
* give uclibc and busybox config files consistant variable namesEric Andersen2005-02-151-5/+7
|
* cleanup using a variable before it was definedEric Andersen2005-02-111-4/+2
|
* fixup use of a variable before it is setEric Andersen2005-02-111-7/+1
|
* Fix some silly bugs: a variable for gcc was used before it was defined, removeEric Andersen2005-02-112-10/+18
| | | | '.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 theEric Andersen2005-02-1010-24/+53
| | | | | general case, therefore, combine the toplevel Makefile options such as setting TARGETS into the per-package *.mk file
* default ldconfig to non-staticMike Frysinger2005-01-271-0/+1
|
* Patch from acmay: http://bugs.uclibc.org/view.php?id=47Eric Andersen2005-01-231-1/+1
| | | | | | | | | | 0000047: ARM BigEndian does not allow Soft Float When ARMEB is selected for the arch I am unable to select soft float support. The toolchain/Config.in does not have a depend for armeb, it just has arm. The attached patch should cover it.
* Patch from acmay: http://bugs.uclibc.org/view.php?id=50Eric Andersen2005-01-233-9/+15
| | | | | | | | | | | | 0000050: gdb_server and gdb_client fixes and split Here is a patch with 2 issues. gdbserver does not depend on ncurses (just the full gdb needs it) Split out gdb client config option, to be separate from gdbserver. If you build gdb client for the host once it does not need to be rebuilt when the rest of libs change. So I build it and save it off.
* Philip Rakity writes:Eric Andersen2005-01-231-1/+3
| | | | | | | | | | | | | | | Hi Eric, I writing privately since I have not heard from Mike for 2 weeks about a one line patch to the gcc Makefile.in to allow the extra gcc options to be passed in. The patch is below and without it -- gcc extra's like --with-cpu=xscale do not work. The patch is as follows:
* use target cflagsMike Frysinger2004-12-241-3/+2
|
* Update default uClibc configEric Andersen2004-12-232-2/+12
|
* psm: also need to touchup libiberty/configure nowMike Frysinger2004-12-221-31/+46
|
* fix dependency so ldd isnt always rebuiltMike Frysinger2004-12-221-1/+1
|
* dont output whichMike Frysinger2004-12-221-3/+3
|
* binutils 2.15.94.0.2Mike Frysinger2004-12-218-1/+1020
|
* use which to locate apps (useful for non-Linux systems like OS X)Mike Frysinger2004-12-191-3/+3
|
* Add initial BR2_JLEVEL support, with some exceptions for apps thatEric Andersen2004-12-111-9/+9
| | | | have broken 'make -j' support
* Kill off old unused JLEVEL junkEric Andersen2004-12-113-16/+16
|
* Patch from Volmat Alain adding SH3/SH3EB SH4EB supportEric Andersen2004-12-112-1/+13
|
* do not inadvertantly create filesEric Andersen2004-12-111-1/+2
|
* err patch has already been mergedMike Frysinger2004-12-011-54/+0
|
* 2.15.94.0.1 releasedMike Frysinger2004-11-239-3/+1074
|
* patch is still neededMike Frysinger2004-11-222-0/+20
|
* add gcc 3.3.5/3.4.3 optionsMike Frysinger2004-11-172-2/+8
|
* copy 3.4.2 and remove patches no longer neededMike Frysinger2004-11-1710-0/+4366
|
* add some help textMike Frysinger2004-11-171-5/+3
|
* direct copy from 3.3.4Mike Frysinger2004-11-178-0/+5491
|
* fix config scripts for shMike Frysinger2004-11-133-6/+33
|
* Fix 2.14.90.0.8 / 2.15 selection.Manuel Novoa III2004-11-051-1/+2
|
* Sometime around 2.4.22-23, the mips pt_regs.h fields were reordered, breakingManuel Novoa III2004-10-311-0/+28
| | | | | coredump handling by gdb for current kernels. Update the hardcoded constants to reflect the change.
* Upstream bug fix.Manuel Novoa III2004-10-311-0/+12
|
* Integrate some patches extracted from gcc-3.4_3.4.2-3.diff.Manuel Novoa III2004-10-314-0/+440
|
* Integrate some debian patches, extracted from binutils_2.15-4.diff.Manuel Novoa III2004-10-315-0/+223
|
* Allow selection of specific (supported) versions... specificly the 2.6.8Manuel Novoa III2004-10-271-7/+15
| | | | headers with the (mostly mips related) cleanup patch.
* dohEric Andersen2004-10-261-1/+1
|
* Update to the latest linux-libc-headersEric Andersen2004-10-252-3/+12
|
* Kristian Hoffmann writes:Eric Andersen2004-10-194-9/+4
| | | | | | | | | TARGET_LANGUAGES wasn't being set correctly if you enable GCJ or C++ in the buildroot config. It looks like INSTALL_LIBSTDCPP and INSTALL_LIBGCJ were renamed to BR2_INSTALL_... in the config system, but not in the gcc and ccache makefiles. -Kristian
* fix binutils_target-cleanMike Frysinger2004-10-191-0/+3
|
* fix the gcc_target-clean targetMike Frysinger2004-10-191-1/+1
|
* force patches to be converted -p1Mike Frysinger2004-10-191-1/+1
|
* Apply compressed patches as wellEric Andersen2004-10-181-1/+1
|
* Remove the non-compressed copy of this patchEric Andersen2004-10-181-0/+0
|
* allow for overriding the default -p1 arguement to patchMike Frysinger2004-10-181-1/+1
|
* Patch from Thomas Lundquist to fix a thinkoEric Andersen2004-10-181-1/+1
|
* 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-117-9/+9
|
* depend on ncursesEric Andersen2004-10-102-8/+10
|
* Andrew May writes:Eric Andersen2004-10-102-3/+3
| | | | | | | | | | | | | 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.
* Fixup SOFT_FLOAT handlingEric Andersen2004-10-093-9/+4
|