[uClibc-cvs] uClibc/libc/sysdeps/linux/powerpc Makefile,1.24,1.25

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


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

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


Index: Makefile
===================================================================
RCS file: /var/cvs/uClibc/libc/sysdeps/linux/powerpc/Makefile,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- Makefile	18 Oct 2003 10:50:54 -0000	1.24
+++ Makefile	25 Oct 2003 06:35:27 -0000	1.25
@@ -59,6 +59,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