diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-02-04 12:34:00 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-02-04 12:34:00 +0000 |
commit | 330eb7bad0aeb0f95a12eb77791bdb4b828249d4 (patch) | |
tree | 527e12a369e03c73b20f5e68cd1798ad069c88f7 /libc/sysdeps/linux/powerpc/Makefile | |
parent | 4971b11759683f19fca1b7df7c12b6d9a94828fe (diff) |
Rework powerpc to be consistant with the other arches.
-Erik
Diffstat (limited to 'libc/sysdeps/linux/powerpc/Makefile')
-rw-r--r-- | libc/sysdeps/linux/powerpc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/sysdeps/linux/powerpc/Makefile b/libc/sysdeps/linux/powerpc/Makefile index 3b737f740..30176536d 100644 --- a/libc/sysdeps/linux/powerpc/Makefile +++ b/libc/sysdeps/linux/powerpc/Makefile @@ -37,10 +37,10 @@ CRT0=crt0.S CRT0_OBJ=$(patsubst %.S,%.o, $(CRT0)) endif -SSRC=longjmp.S setjmp.S +SSRC=__longjmp.S setjmp.S bsd-setjmp.S bsd-_setjmp.S brk.S clone.S SOBJS=$(patsubst %.S,%.o, $(SSRC)) -CSRC=_mmap.c vfork.c +CSRC=_mmap.c vfork.c __syscall_error.c COBJS=$(patsubst %.c,%.o, $(CSRC)) OBJS=$(SOBJS) $(MOBJ) $(COBJS) |