summaryrefslogtreecommitdiff
path: root/make/gcc_target.mk
AgeCommit message (Collapse)Author
2003-09-14Rework toolchain build to make it much more modular andEric Andersen
remove the redundant redundancy.
2003-09-10Fixup gcc_target build so it does not require the magicEric Andersen
/lib/ld-uClibc.so.0 symlink allowing target stuff to run on the build host. -Erik
2003-09-03Make sure cross building binutils worksEric Andersen
2003-09-03Add support for enabling use of libintl.Manuel Novoa III
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
2003-08-31"Letss Thry thatt again..."Eric Andersen
2003-08-31doh!Eric Andersen
2003-08-31This should be significantly less broken... Might even work. ;-)Eric Andersen
2003-08-22cleanup strip command a bitEric Andersen
2003-08-20It now builds w/o a /lib/ld-uClibc.so.0 symlink! Perhaps crossEric Andersen
building the whole darn thing is now possible! -Erik
2003-07-21oops. Fixup target to correctly download and use gcc 3.3Eric Andersen
2003-06-21Switch to using gcc 3.3Eric Andersen
2003-03-05Oops. I was building for the host arch, not the target. duh.Eric Andersen
2003-03-04Make things compile once againEric Andersen
2003-03-04Rework things to ensure we are cross compiling. Teach problematicEric Andersen
apps like openssh to cross compile. This eliminates the need for the magic ld-uClibc.so.0 symlink in /lib
2003-02-26Fixup stupid compile errorEric Andersen
2003-02-23Update tar version. Minor fix for gcc includes when NOTEric Andersen
building a bootstrapping toolchain.
2003-02-19Fixup gcc_target so it works for people that don't wish toEric Andersen
build a gcc toolchain to bootstrap the system and instead want to use uClibc's gcc wrapper.
2003-02-17Add in /lib/cpp symlinkEric Andersen
2003-02-15SighEric Andersen
2003-02-15oopsEric Andersen
2003-02-15Fix a few problems noticed by Peter S. MazingerEric Andersen
2003-02-12Lots and lots of changesEric Andersen
2003-01-28Fix c++ header installationEric Andersen
2003-01-22Leave the final gcc build with disable shared to make thingsEric Andersen
simpler. This just makes the build faster, since all we want at this point is the gcc and g++ binaries...
2003-01-21This should workEric Andersen
2003-01-21Fix compiler installEric Andersen
2003-01-21Ok, I think it really works now. :)Eric Andersen
2003-01-20Several more dependancy cleanupsEric Andersen
2003-01-19Make it actually work...Eric Andersen
2003-01-18For now, remove "--target" so gcc will compile. grumble.Eric Andersen
2003-01-18Merge a bunch of stuff over from the tuxscreen buildroot, withEric Andersen
many updates to make things be more consistant. -Erik
2003-01-17more minor installation cleanupsEric Andersen
2003-01-17update handling of 'make'Eric Andersen
2003-01-10This seems to be sufficient for now...Eric Andersen
2003-01-10Fix a stupid typoEric Andersen
2003-01-09Change --disable-shared to --enable-shared so libstdc++ willEric Andersen
build shared libs.
2003-01-08Be extra careful about the target utilsEric Andersen
2003-01-08Make the directory before touching files in it...Eric Andersen
2003-01-08Fixup ncurses terminfo-dir. Fixup the ncurses-headersEric Andersen
zlib-headers openssl-headers targets. Modularize the enable-multilib settings -Erik
2003-01-07more build updatesEric Andersen
2002-11-21Fixup g++ to prevent gcc_target having a missingEric Andersen
dl_iterate_phdr symbol. Add a target 'cc' link to gcc. -Erik
2002-11-15Add udhcp, cleanup a few other loose ends.Eric Andersen
-Erik
2002-11-14Some more toolchain building cleanupsEric Andersen
2002-11-14Fixup gcc_target so it now works. Wohoo! We now have a fullyEric Andersen
working standalone uClibc development environment. :) -Erik
2002-11-14Fixup gcc-target so it actually works...Eric Andersen
2002-11-12Update buildroot for uClibc 0.9.16Eric Andersen
-Erik