aboutsummaryrefslogtreecommitdiff
path: root/patches/gcc/4.2.4/320-libgcc_eh.a.patch
Commit message (Collapse)AuthorAgeFilesLines
* gcc: remove patches for removed gcc versionsBryan Hundven2015-11-291-32/+0
| | | | | | | This commit simply removes the patches for gcc versions that are no longer supported. Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
* cc/gcc: libgcc_eh.a may be required, even from the stage-1 compilerYann E. MORIN"2011-08-311-0/+32
Building uClibc with libubacktrace requires libgcc_eh.a to be available, but gcc does not build it unless it is configured to generate shared libs. However, libgcc_eh.a does not *require* shared libs support, as it is a static library. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>