summaryrefslogtreecommitdiffstats
path: root/make/gcc_target.mk
Commit message (Collapse)AuthorAgeFilesLines
* Make sure cross building binutils worksEric Andersen2003-09-031-0/+6
|
* Add support for enabling use of libintl.Manuel Novoa III2003-09-031-38/+28
| | | | | | | | 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
* "Letss Thry thatt again..."Eric Andersen2003-08-311-3/+6
|
* doh!Eric Andersen2003-08-311-1/+1
|
* This should be significantly less broken... Might even work. ;-)Eric Andersen2003-08-311-36/+62
|
* cleanup strip command a bitEric Andersen2003-08-221-7/+2
|
* It now builds w/o a /lib/ld-uClibc.so.0 symlink! Perhaps crossEric Andersen2003-08-201-59/+69
| | | | | building the whole darn thing is now possible! -Erik
* oops. Fixup target to correctly download and use gcc 3.3Eric Andersen2003-07-211-1/+1
|
* Switch to using gcc 3.3Eric Andersen2003-06-211-4/+4
|
* Oops. I was building for the host arch, not the target. duh.Eric Andersen2003-03-051-4/+2
|
* Make things compile once againEric Andersen2003-03-041-4/+4
|
* Rework things to ensure we are cross compiling. Teach problematicEric Andersen2003-03-041-42/+25
| | | | | apps like openssh to cross compile. This eliminates the need for the magic ld-uClibc.so.0 symlink in /lib
* Fixup stupid compile errorEric Andersen2003-02-261-2/+4
|
* Update tar version. Minor fix for gcc includes when NOTEric Andersen2003-02-231-0/+2
| | | | building a bootstrapping toolchain.
* Fixup gcc_target so it works for people that don't wish toEric Andersen2003-02-191-10/+101
| | | | | build a gcc toolchain to bootstrap the system and instead want to use uClibc's gcc wrapper.
* Add in /lib/cpp symlinkEric Andersen2003-02-171-0/+1
|
* SighEric Andersen2003-02-151-1/+1
|
* oopsEric Andersen2003-02-151-1/+1
|
* Fix a few problems noticed by Peter S. MazingerEric Andersen2003-02-151-1/+2
|
* Lots and lots of changesEric Andersen2003-02-121-11/+26
|
* Fix c++ header installationEric Andersen2003-01-281-1/+1
|
* Leave the final gcc build with disable shared to make thingsEric Andersen2003-01-221-1/+1
| | | | | simpler. This just makes the build faster, since all we want at this point is the gcc and g++ binaries...
* This should workEric Andersen2003-01-211-1/+4
|
* Fix compiler installEric Andersen2003-01-211-1/+1
|
* Ok, I think it really works now. :)Eric Andersen2003-01-211-26/+43
|
* Several more dependancy cleanupsEric Andersen2003-01-201-4/+10
|
* Make it actually work...Eric Andersen2003-01-191-28/+44
|
* For now, remove "--target" so gcc will compile. grumble.Eric Andersen2003-01-181-5/+0
|
* Merge a bunch of stuff over from the tuxscreen buildroot, withEric Andersen2003-01-181-14/+52
| | | | | many updates to make things be more consistant. -Erik
* more minor installation cleanupsEric Andersen2003-01-171-3/+4
|
* update handling of 'make'Eric Andersen2003-01-171-1/+0
|
* This seems to be sufficient for now...Eric Andersen2003-01-101-8/+1
|
* Fix a stupid typoEric Andersen2003-01-101-3/+2
|
* Change --disable-shared to --enable-shared so libstdc++ willEric Andersen2003-01-091-3/+2
| | | | build shared libs.
* Be extra careful about the target utilsEric Andersen2003-01-081-2/+6
|
* Make the directory before touching files in it...Eric Andersen2003-01-081-1/+1
|
* Fixup ncurses terminfo-dir. Fixup the ncurses-headersEric Andersen2003-01-081-8/+10
| | | | | | zlib-headers openssl-headers targets. Modularize the enable-multilib settings -Erik
* more build updatesEric Andersen2003-01-071-19/+86
|
* Fixup g++ to prevent gcc_target having a missingEric Andersen2002-11-211-0/+1
| | | | | dl_iterate_phdr symbol. Add a target 'cc' link to gcc. -Erik
* Add udhcp, cleanup a few other loose ends.Eric Andersen2002-11-151-1/+2
| | | | -Erik
* Some more toolchain building cleanupsEric Andersen2002-11-141-18/+13
|
* Fixup gcc_target so it now works. Wohoo! We now have a fullyEric Andersen2002-11-141-12/+26
| | | | | working standalone uClibc development environment. :) -Erik
* Fixup gcc-target so it actually works...Eric Andersen2002-11-141-1/+9
|
* Update buildroot for uClibc 0.9.16Eric Andersen2002-11-121-0/+135
-Erik