[uClibc-cvs] uClibc/utils Makefile,1.3,1.4

Manuel Novoa III mjn3 at uclibc.org
Sat Nov 22 06:51:22 UTC 2003


Update of /var/cvs/uClibc/utils
In directory winder:/tmp/cvs-serv27096

Modified Files:
	Makefile 
Log Message:
Fix arm detection for libfloat.


Index: Makefile
===================================================================
RCS file: /var/cvs/uClibc/utils/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- Makefile	7 Nov 2003 06:22:12 -0000	1.3
+++ Makefile	22 Nov 2003 06:51:17 -0000	1.4
@@ -82,7 +82,7 @@
 ifeq ($(strip $(UCLIBC_HAS_SOFT_FLOAT)),y)
     CFLAGS += $(call check_gcc,-msoft-float,)
     #LDFLAGS+= -Wa,-mno-fpu
-ifeq ($(strip $(TARGET_ARCH)),arm)
+ifeq ($(strip $(TARGET_ARCH)),"arm")
     LDADD_LIBFLOAT=-lfloat
 endif
 endif




More information about the uClibc-cvs mailing list