summaryrefslogtreecommitdiff
path: root/toolchain
AgeCommit message (Collapse)Author
2005-02-10There is no need to have a separate 'Makefile.in' file in theEric Andersen
general case, therefore, combine the toplevel Makefile options such as setting TARGETS into the per-package *.mk file
2005-01-27default ldconfig to non-staticMike Frysinger
2005-01-23Patch from acmay: http://bugs.uclibc.org/view.php?id=47Eric Andersen
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.
2005-01-23Patch from acmay: http://bugs.uclibc.org/view.php?id=50Eric Andersen
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.
2005-01-23Philip Rakity writes:Eric Andersen
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:
2004-12-24use target cflagsMike Frysinger
2004-12-23Update default uClibc configEric Andersen
2004-12-22psm: also need to touchup libiberty/configure nowMike Frysinger
2004-12-22fix dependency so ldd isnt always rebuiltMike Frysinger
2004-12-22dont output whichMike Frysinger
2004-12-21binutils 2.15.94.0.2Mike Frysinger
2004-12-19use which to locate apps (useful for non-Linux systems like OS X)Mike Frysinger
2004-12-11Add initial BR2_JLEVEL support, with some exceptions for apps thatEric Andersen
have broken 'make -j' support
2004-12-11Kill off old unused JLEVEL junkEric Andersen
2004-12-11Patch from Volmat Alain adding SH3/SH3EB SH4EB supportEric Andersen
2004-12-11do not inadvertantly create filesEric Andersen
2004-12-01err patch has already been mergedMike Frysinger
2004-11-232.15.94.0.1 releasedMike Frysinger
2004-11-22patch is still neededMike Frysinger
2004-11-17add gcc 3.3.5/3.4.3 optionsMike Frysinger
2004-11-17copy 3.4.2 and remove patches no longer neededMike Frysinger
2004-11-17add some help textMike Frysinger
2004-11-17direct copy from 3.3.4Mike Frysinger
2004-11-13fix config scripts for shMike Frysinger
2004-11-05Fix 2.14.90.0.8 / 2.15 selection.Manuel Novoa III
2004-10-31Sometime around 2.4.22-23, the mips pt_regs.h fields were reordered, breakingManuel Novoa III
coredump handling by gdb for current kernels. Update the hardcoded constants to reflect the change.
2004-10-31Upstream bug fix.Manuel Novoa III
2004-10-31Integrate some patches extracted from gcc-3.4_3.4.2-3.diff.Manuel Novoa III
2004-10-31Integrate some debian patches, extracted from binutils_2.15-4.diff.Manuel Novoa III
2004-10-27Allow selection of specific (supported) versions... specificly the 2.6.8Manuel Novoa III
headers with the (mostly mips related) cleanup patch.
2004-10-26dohEric Andersen
2004-10-25Update to the latest linux-libc-headersEric Andersen
2004-10-19Kristian Hoffmann writes:Eric Andersen
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
2004-10-19fix binutils_target-cleanMike Frysinger
2004-10-19fix the gcc_target-clean targetMike Frysinger
2004-10-19force patches to be converted -p1Mike Frysinger
2004-10-18Apply compressed patches as wellEric Andersen
2004-10-18Remove the non-compressed copy of this patchEric Andersen
2004-10-18allow for overriding the default -p1 arguement to patchMike Frysinger
2004-10-18Patch from Thomas Lundquist to fix a thinkoEric Andersen
2004-10-15do some touching to sync timestampsMike Frysinger
2004-10-15Build the uClibc utils with the uClibc-targeted toolchain.Manuel Novoa III
While the host utils are also built, they are not currently installed.
2004-10-11-xvf -> $(TAR_OPTIONS)Mike Frysinger
2004-10-10depend on ncursesEric Andersen
2004-10-10Andrew May writes:Eric Andersen
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.
2004-10-09Fixup SOFT_FLOAT handlingEric Andersen
2004-10-09allow people to enter target optimizationsMike Frysinger
2004-10-09final step in buildroot faceliftEric Andersen
2004-10-09Add some seperatorsEric Andersen
2004-10-09Remove obsolete reference to SOURCE_DIREric Andersen