diff options
author | David Schleef <ds@schleef.org> | 2001-05-25 23:23:41 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2001-05-25 23:23:41 +0000 |
commit | 5b7f7988afbc2940d82f7f3cc7a57ae24a175d79 (patch) | |
tree | f6a653ba9d105d162725f74d3e09d3adbd21d905 /libc/sysdeps/linux/powerpc/Makefile | |
parent | 6e72ced7e75c9977390ce89c5edc07efde05fa7c (diff) |
Added powerpc-specific mmap syscall, 'cause we're special.
Diffstat (limited to 'libc/sysdeps/linux/powerpc/Makefile')
-rw-r--r-- | libc/sysdeps/linux/powerpc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/powerpc/Makefile b/libc/sysdeps/linux/powerpc/Makefile index b34b6c27a..09caa560e 100644 --- a/libc/sysdeps/linux/powerpc/Makefile +++ b/libc/sysdeps/linux/powerpc/Makefile @@ -39,7 +39,7 @@ endif SSRC=longjmp.S setjmp.S vfork.S SOBJS=$(patsubst %.S,%.o, $(SSRC)) -CSRC= +CSRC=_mmap.c COBJS=$(patsubst %.c,%.o, $(CSRC)) OBJS=$(SOBJS) $(MOBJ) $(COBJS) |