summaryrefslogtreecommitdiff
path: root/arch/parisc/lib/Makefile
diff options
context:
space:
mode:
authorKyle McMartin <kyle@mcmartin.ca>2007-10-18 07:06:26 (GMT)
committerKyle McMartin <kyle@shortfin.cabal.ca>2007-10-18 07:58:49 (GMT)
commitefb80e7e097d0888e59fbbe4ded2ac5a256f556d (patch)
tree98a0f2f1514501aeebb1877bfcb5b528491e5ad5 /arch/parisc/lib/Makefile
parent6f7d998e94ec7b7f08bd0c72fc05343435d7fa93 (diff)
downloadlinux-fsl-qoriq-efb80e7e097d0888e59fbbe4ded2ac5a256f556d.tar.xz
[PARISC] import necessary bits of libgcc.a
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>
Diffstat (limited to 'arch/parisc/lib/Makefile')
-rw-r--r--arch/parisc/lib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/parisc/lib/Makefile b/arch/parisc/lib/Makefile
index 5f2e690..7ce406c 100644
--- a/arch/parisc/lib/Makefile
+++ b/arch/parisc/lib/Makefile
@@ -4,4 +4,4 @@
lib-y := lusercopy.o bitops.o checksum.o io.o memset.o fixup.o memcpy.o
-obj-y := iomap.o
+obj-y := libgcc/ milli/ iomap.o