diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-10-28 00:40:31 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-10-28 00:40:31 +0000 |
commit | 4e1ec6cac528de017d8e8696e0442904847bdc54 (patch) | |
tree | d19b31d4fbd271c5111e912f7d1186002ecc0e6a /libc/sysdeps/linux/arm | |
parent | a9d3b94d6c54e89ad9f609a3931abc488ca624e5 (diff) |
Add in a platform specific _start
Diffstat (limited to 'libc/sysdeps/linux/arm')
-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 6b17c7f05..8c7cd9b1a 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) -SSRC= +SSRC=_start.S SOBJS=$(patsubst %.S,%.o, $(SSRC)) CSRC= |