[uClibc-cvs] uClibc/libc/sysdeps/linux/arm Makefile,1.47,1.48

Erik Andersen andersen at uclibc.org
Sat Oct 25 06:35:28 UTC 2003


Update of /var/cvs/uClibc/libc/sysdeps/linux/arm
In directory winder:/tmp/cvs-serv10337/libc/sysdeps/linux/arm

Modified Files:
	Makefile 
Log Message:
properly deal with soft-float when profiling as well


Index: Makefile
===================================================================
RCS file: /var/cvs/uClibc/libc/sysdeps/linux/arm/Makefile,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -d -r1.47 -r1.48
--- Makefile	18 Oct 2003 10:50:48 -0000	1.47
+++ Makefile	25 Oct 2003 06:35:23 -0000	1.48
@@ -56,6 +56,9 @@
 
 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)




More information about the uClibc-cvs mailing list