summaryrefslogtreecommitdiff
path: root/gcc.morph
Commit message (Collapse)AuthorAgeFilesLines
* gcc.morph: provide symlink for libgcc_ehRichard Maw2012-06-011-0/+1
| | | | | | | | | libgcc_eh is not installed if --disable-shared is passed. Which is odd, since libgcc_eh is a static library. Anyway, since the required symbols end up in libgcc.a, according to http://www.linuxfromscratch.org/lfs/view/development/chapter05/gcc-pass1.html it should be safe to have libgcc_eh.a be a symlink to libgcc.a
* gcc.morph: configure with --disable-sharedRichard Maw2012-05-311-1/+1
| | | | | | | | | | This should prevent gcc making shared libraries. While this sounds like a good thing, it requires the results of a gcc build to go into foundation, since on some architectures extra functions are required for multiplication etc. To do this would require building gcc in foundation, which would destroy our build times.
* gcc.morph: remove bootstrap specific constructsRichard Maw2012-02-151-3/+2
|
* add morphologyLars Wirzenius2012-01-101-0/+18