From 9f9350ab90cd4f2f27655866871b11b23f14ac9e Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sat, 25 Oct 2003 06:35:29 +0000 Subject: properly deal with soft-float when profiling as well --- libc/sysdeps/linux/arm/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libc/sysdeps/linux/arm/Makefile') diff --git a/libc/sysdeps/linux/arm/Makefile b/libc/sysdeps/linux/arm/Makefile index a31f6a704..95302c487 100644 --- a/libc/sysdeps/linux/arm/Makefile +++ b/libc/sysdeps/linux/arm/Makefile @@ -56,6 +56,9 @@ $(COBJS): %.o : %.c ifeq ($(strip $(UCLIBC_PROFILING)),y) SAFECFLAGS := $(filter-out -g,$(CFLAGS)) +ifeq ($(strip $(UCLIBC_HAS_SOFT_FLOAT)),y) +SAFECFLAGS += $(call check_gcc,-msoft-float,) +endif gmon-start.S: ../common/gmon-start.c $(CC) $(SAFECFLAGS) -c $< -S -o $*.S gcrt1.o: $(CRT0_DEPS) -- cgit v1.2.3