diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-10-16 03:10:39 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-10-16 03:10:39 +0000 |
commit | 46d6bbc8e2d2016ecbe851a10bb1676bd7e96274 (patch) | |
tree | b76ccd5c7986509f6153f98e7f40168454619d41 /libc/sysdeps/linux/v850/Makefile | |
parent | 38b024251f16664891f1b714d9d786168cef0cca (diff) |
Revert global old mmap usage, and do it per arch
Diffstat (limited to 'libc/sysdeps/linux/v850/Makefile')
-rw-r--r-- | libc/sysdeps/linux/v850/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/v850/Makefile b/libc/sysdeps/linux/v850/Makefile index a48dcfd1d..4e2974551 100644 --- a/libc/sysdeps/linux/v850/Makefile +++ b/libc/sysdeps/linux/v850/Makefile @@ -18,7 +18,7 @@ CFLAGS+= -I../ -D__ASSEMBLER__ -DASM_GLOBAL_DIRECTIVE=.globl TARGET_MACHINE_TYPE=$(shell $(CC) -dumpmachine) -CRT0=crt0.S +CRT0=crt0.S _mmap.c CRT0_OBJ=$(patsubst %.S,%.o, $(CRT0)) SSRC=setjmp.S longjmp.S vfork.S |