diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-08-09 04:51:15 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-08-09 04:51:15 +0000 |
commit | 74f2f592bb2b706b85f9598f68f8f3058ecef233 (patch) | |
tree | 910d84e1040138bd4d4c363543b075490b35b9ba /libc/sysdeps/linux/sh/Makefile | |
parent | 96c840eed1145bc7a8ee01ccb3fc89d65793ee0b (diff) |
move __fpscr_values out of crt0 and into libc as proposed by Daniel Jacobowitz so that libm.so links properly with newer toolchains
Diffstat (limited to 'libc/sysdeps/linux/sh/Makefile')
-rw-r--r-- | libc/sysdeps/linux/sh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/sh/Makefile b/libc/sysdeps/linux/sh/Makefile index 65b656e42..11c40aa73 100644 --- a/libc/sysdeps/linux/sh/Makefile +++ b/libc/sysdeps/linux/sh/Makefile @@ -24,7 +24,7 @@ CRT0_SRC = crt0.S CRT0_OBJ = crt0.o crt1.o CTOR_TARGETS=$(TOPDIR)lib/crti.o $(TOPDIR)lib/crtn.o -SSRC=setjmp.S __longjmp.S vfork.S clone.S +SSRC=setjmp.S __longjmp.S vfork.S clone.S ___fpscr_values.S SOBJS=$(patsubst %.S,%.o, $(SSRC)) CSRC=mmap.c longjmp.c pipe.c __init_brk.c brk.c sbrk.c syscall.c pread_write.c |