summaryrefslogtreecommitdiffstats
path: root/make/gdb.mk
Commit message (Collapse)AuthorAgeFilesLines
* automatically detect if we have a usable version of sedEric Andersen2003-11-191-1/+1
| | | | installed. If not, we will now build our own version.
* Change 'sed -ie' to 'sed -i -e' to avoid littering the buildEric Andersen2003-11-181-1/+1
| | | | | with lots of unwanted backup files with the letter "e" appended. -Erik
* By popular demand, use 'sed' rather than 'perl' for doingEric Andersen2003-11-131-1/+1
| | | | | | search and replace stuff. Hopefully we do not have any perl specific regexs that will be broken by this change, but it seems to be working thus far anyways,
* Thomas Cameron writes:Eric Andersen2003-11-121-0/+2
| | | | | | this patch fixes the source file downloads when executing a "make source", and a few cut-and-paste (tm) errors in the *.mk files. Again, this is a patch against the current CVS sources, and includes my previous patch.
* Fix locale-enabled gdb build.Manuel Novoa III2003-11-121-1/+3
|
* Enable building soft float buildroot for gcc 3.3. Currently works forManuel Novoa III2003-11-011-0/+1
| | | | | | | | | i386 (limited to 64 bit long double... same as double), arm (libfloat), mips, and mipsel. Enable cross compiling a native gcc 3.3 toolchain to run on the target. Misc rootfs cleanups... strip some things that weren't, eliminate duplicate libs, move openssl shared libs out of /lib, reduce size of libssl.so by dynamicly linking with libcrypto.so, fix dropbear compile on mips.
* Add support for enabling use of libintl.Manuel Novoa III2003-09-031-1/+5
| | | | | | | | Add support for libstd++ in full locale mode, and remove the need for config hacks when using uClibc stub locale support. TODO -- gdb intl support is still broken. uClibc should auto-download the pregenerated locale data
* Rework things to ensure we are cross compiling. Teach problematicEric Andersen2003-03-041-4/+1
| | | | | apps like openssh to cross compile. This eliminates the need for the magic ld-uClibc.so.0 symlink in /lib
* Add a patch for better debugging of staticly linked threaded apps.Eric Andersen2003-03-011-1/+3
| | | | -Erik
* Remove unwanted docsEric Andersen2003-02-141-0/+2
|
* Lots and lots of changesEric Andersen2003-02-121-2/+2
|
* Fix gdb so it worksEric Andersen2003-01-211-0/+1
|
* Change from using "TARGET_CC1" to just plan "TARGET_CC"Eric Andersen2003-01-191-2/+2
| | | | which is a bit more sensible.
* Fix gdb compileEric Andersen2003-01-171-1/+5
|
* standardize handling of GNU configure scriptsEric Andersen2003-01-171-11/+22
| | | | -Erik
* gdb wasn't working. Don't build a cross gdb for now.Eric Andersen2003-01-091-1/+0
| | | | -Erik
* update gdb versionEric Andersen2003-01-071-2/+2
|
* Make use of wget consistant by using a WGET variableEric Andersen2002-11-201-1/+1
|
* Some updates from Andrew May adding gdbserver and adjusting gdbEric Andersen2002-11-151-0/+2
| | | | in the hope of better cross-compiling support
* Support gdbEric Andersen2002-05-291-0/+43
-Erik