summaryrefslogtreecommitdiff
path: root/toolchain/gcc/gcc-uclibc-4.x.mk
AgeCommit message (Collapse)Author
2007-08-21- fixup whitespace damage after ulfBernhard Reutner-Fischer
2007-08-21- sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵Bernhard Reutner-Fischer
toolchain/*/*.mk */Makefile.in -l)
2007-08-21- sed -i -e ↵Bernhard Reutner-Fischer
"/\-[[:space:]]*mkdir[[:space:]][[:space:]]*-p/s/-[[:space:]]*mkdir/mkdir/g" (want to know about errors if mkdir failed). Thanks to Cristian Ionescu-Idbohrn for pointing this out
2007-08-21- put libstdc++.so into the correct place (usr/lib) and make sure that the ↵Bernhard Reutner-Fischer
dir exists
2007-08-19gcc-4 cleanupUlf Samuelsson
2007-07-31- add possibility to select which cross-compilers to buildBernhard Reutner-Fischer
- add prerequisites from the config
2007-07-31Add support for prepatched toolchainsUlf Samuelsson
2007-07-08- unify the GCC_WITH_ configure options and make them activeBernhard Reutner-Fischer
2007-07-08- factor-out common config options for staging and target compilerBernhard Reutner-Fischer
- take extra options for the respective compilers into account
2007-07-08- we have to reconfigure iff some compiler-config was changed.Bernhard Reutner-Fischer
2007-07-07- use correct path to libstdc++Bernhard Reutner-Fischer
2007-07-07Avoid stripping scriptsUlf Samuelsson
2007-07-07Avoid stripping a script fileUlf Samuelsson
2007-06-28- work around bug in gcc (or rather libiberty) for parallel installBernhard Reutner-Fischer
2007-06-25- adjust patches of the gcc-clean targetBernhard Reutner-Fischer
2007-06-24- disable sysroot support for anything but the current, stable release seriesBernhard Reutner-Fischer
2007-06-21- bump version to 2.6.21.5Bernhard Reutner-Fischer
2007-06-20- add full sysroot support for non-ancient toolchains.Bernhard Reutner-Fischer
- start to separate usr/lib and lib to match normal system-layout