aboutsummaryrefslogtreecommitdiffstats
path: root/arch/parisc/lib/libgcc/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Revert "[PARISC] import necessary bits of libgcc.a"Kyle McMartin2007-12-061-4/+0
| | | | | | | | This reverts commit efb80e7e097d0888e59fbbe4ded2ac5a256f556d, it turned out to cause sporadic problems with the timer interrupt on 32-bit kernels. Needs more investigation. Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>
* [PARISC] import necessary bits of libgcc.aKyle McMartin2007-10-181-0/+4
Currently we're hacking libs-y to include libgcc.a, but this has unforeseen consequences since the userspace libgcc is linked with fpregs enabled. We need the kernel to stop using fpregs in an uncontrolled manner to implement lazy fpu state saves. Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>