[uClibc-cvs] CVS buildroot/toolchain/uClibc

CVS User andersen andersen at codepoet.org
Sun Oct 10 01:12:46 UTC 2004


Update of /var/cvs/buildroot/toolchain/uClibc
In directory nail:/tmp/cvs-serv25443/toolchain/uClibc

Modified Files:
	uclibc.mk 
Log Message:
Andrew May writes:

A few more little ones.

busybox fdisk with large files should be removed without large files.

gdbtarget/gdb_client got mixed up in the Makefile.in.
I think gdbtarget should have a depend on ncurses but I am not
sure if it should go in the config or in the .mk.
It may be nice to split out the server and client.

uclibc.mk was checking BR2_SOFT_FLOAT for true not y.



--- /var/cvs/buildroot/toolchain/uClibc/uclibc.mk	2004/10/09 01:06:03	1.1
+++ /var/cvs/buildroot/toolchain/uClibc/uclibc.mk	2004/10/10 01:12:45	1.2
@@ -66,7 +66,7 @@
 	$(SED) 's,^.*UCLIBC_HAS_LFS.*,UCLIBC_HAS_LFS=n,g' $(UCLIBC_DIR)/.config
 endif
 	$(SED) 's,.*UCLIBC_HAS_WCHAR.*,UCLIBC_HAS_WCHAR=y,g' $(UCLIBC_DIR)/.config
-ifeq ($(BR2_SOFT_FLOAT),true)
+ifeq ($(BR2_SOFT_FLOAT),y)
 	$(SED) 's,.*HAS_FPU.*,HAS_FPU=n\nUCLIBC_HAS_FLOATS=y\nUCLIBC_HAS_SOFT_FLOAT=y,g' $(UCLIBC_DIR)/.config
 endif
 	mkdir -p $(TOOL_BUILD_DIR)/uClibc_dev/usr/include



More information about the uClibc-cvs mailing list