From bf126cb24e809f36067ce43f9186cbe53b906cad Mon Sep 17 00:00:00 2001 From: David McCullough Date: Wed, 19 Dec 2001 03:43:54 +0000 Subject: 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. --- libc/sysdeps/linux/arm/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'libc/sysdeps/linux/arm/Makefile') 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 -- cgit v1.2.3