diff options
author | David McCullough <davidm@snapgear.com> | 2001-12-19 03:43:54 +0000 |
---|---|---|
committer | David McCullough <davidm@snapgear.com> | 2001-12-19 03:43:54 +0000 |
commit | bf126cb24e809f36067ce43f9186cbe53b906cad (patch) | |
tree | e9612ead69662cd0cd642829041195b06750b2d3 /libc/sysdeps/linux/arm/Makefile | |
parent | 41b035e634135310bca3381877120981d7b248a4 (diff) |
merged the two startup files so that uClinux people always get the correct
arg processing whether they are using PIC or not, and vice-versa for the
MMU folks.
Diffstat (limited to 'libc/sysdeps/linux/arm/Makefile')
-rw-r--r-- | libc/sysdeps/linux/arm/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/libc/sysdeps/linux/arm/Makefile b/libc/sysdeps/linux/arm/Makefile index 009d7d8e1..1e08d094b 100644 --- a/libc/sysdeps/linux/arm/Makefile +++ b/libc/sysdeps/linux/arm/Makefile @@ -26,11 +26,7 @@ ASFLAGS=$(CFLAGS) TARGET_MACHINE_TYPE=$(shell $(CC) -dumpmachine) -ifeq ($(DOPIC),true) - CRT0=crt0pic.S -else - CRT0=crt0.S -endif +CRT0=crt0.S CRT0_OBJ=crt0.o SSRC=longjmp.S setjmp.S vfork.S |