[uClibc-cvs] CVS update of uClibc (Rules.mak)

Manuel Novoa III mjn3 at codepoet.org
Fri Jul 16 20:22:23 UTC 2004


    Date: Friday, July 16, 2004 @ 14:22:23
  Author: mjn3
    Path: /var/cvs/uClibc

Modified: Rules.mak (1.164 -> 1.165)

Hide the arm libfloat support for now.  No longer needed for gcc 3.4.1 and
won't be needed for 3.3.4 either when I get some time to clean up that
toolchain which also suffers from the g++ include dir search order bug.


Index: uClibc/Rules.mak
diff -u uClibc/Rules.mak:1.164 uClibc/Rules.mak:1.165
--- uClibc/Rules.mak:1.164	Wed Feb 18 20:36:31 2004
+++ uClibc/Rules.mak	Fri Jul 16 14:22:22 2004
@@ -202,9 +202,13 @@
 ifeq ($(strip $(UCLIBC_HAS_SOFT_FLOAT)),y)
 # Add -msoft-float to the CPU_FLAGS since ldso and libdl ignore CFLAGS.
 # If -msoft-float isn't supported, we want an error anyway.
+# Hmm... might need to revisit this for arm since it has 2 different
+# soft float encodings.
     CPU_CFLAGS += -msoft-float
 ifeq ($(strip $(TARGET_ARCH)),arm)
-    LDADD_LIBFLOAT=-lfloat
+# No longer needed with current toolchains, but leave it here for now.
+# If anyone is actually still using gcc 2.95 (say), they can uncomment it.
+#    LDADD_LIBFLOAT=-lfloat
 endif
 endif
 



More information about the uClibc-cvs mailing list