diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-01-15 13:31:56 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-01-15 13:31:56 +0000 |
commit | b239d3e6bfdddd54aa805a778b48a02793d8f1f4 (patch) | |
tree | f74e020521db8b405104b85a243d418bdde21bcd /libc/sysdeps | |
parent | a4258c4f7ed6293f6557b34d5b21138ef43ba901 (diff) |
Use the right name.
Diffstat (limited to 'libc/sysdeps')
-rw-r--r-- | libc/sysdeps/linux/arm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/arm/Makefile b/libc/sysdeps/linux/arm/Makefile index a75e47715..f9dba69c8 100644 --- a/libc/sysdeps/linux/arm/Makefile +++ b/libc/sysdeps/linux/arm/Makefile @@ -25,7 +25,7 @@ include $(TOPDIR)Rules.mak LIBC=$(TOPDIR)libc.a ASFLAGS=$(CFLAGS) -CRT0=_start.S +CRT0=crt0.S CRT0_OBJ=$(patsubst %.S,%.o, $(CRT0)) SSRC=longjmp.S setjmp.S |