aboutsummaryrefslogtreecommitdiff
path: root/devel/gcc/README
Commit message (Collapse)AuthorAge
* gcc: update to version 7.4.0, Add config optionsNoble Pepper2019-07-19
| | | | | | | | for coping libc.a, libpthread.a and libstdc++ to target. Add config option to eliminate need for -lstdc++ and -lgcc_pic switches when linking statically Signed-off-by: Noble Pepper <noblepepper@gmail.com>
* gcc: Update README: tested on arm (imx233-olinuxino) boardharald.geyer@gmx.at2015-01-07
| | | | | Signed-off-by: Harald Geyer <harald@ccbib.org> Signed-off-by: Christian Beier <dontmind@freeshell.org>
* gcc: Include libgcc.a on those architectures that need itharald.geyer@gmx.at2015-01-07
| | | | | | | | Right now these are arm, hppa, microblaze, powerpc, sh and xtensa. So we just try to grep for it to figure out if it is needed. Signed-off-by: Harald Geyer <harald@ccbib.org> Signed-off-by: Christian Beier <dontmind@freeshell.org>
* gcc: Remove notes that mpfr-dev and the like are needed on the build machine.Christian Beier2014-08-10
| | | | | | That's not true, at least for GCC 4.6.3. Signed-off-by: Christian Beier <dontmind@freeshell.org>
* gcc: Add README to gcc package explaining build-deps on host machine.Christian Beier2014-08-10
Signed-off-by: Christian Beier <dontmind@freeshell.org>