Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] svn commit: trunk/buildroot/package/libfloat
@ 2007-09-01 17:12 aldot at uclibc.org
  0 siblings, 0 replies; 3+ messages in thread
From: aldot at uclibc.org @ 2007-09-01 17:12 UTC (permalink / raw)
  To: buildroot

Author: aldot
Date: 2007-09-01 10:12:23 -0700 (Sat, 01 Sep 2007)
New Revision: 19751

Log:
- add rule for static libfloat


Modified:
   trunk/buildroot/package/libfloat/libfloat.mk


Changeset:
Modified: trunk/buildroot/package/libfloat/libfloat.mk
===================================================================
--- trunk/buildroot/package/libfloat/libfloat.mk	2007-09-01 17:11:24 UTC (rev 19750)
+++ trunk/buildroot/package/libfloat/libfloat.mk	2007-09-01 17:12:23 UTC (rev 19751)
@@ -32,12 +32,12 @@
 	$(MAKE) -C $(LIBFLOAT_DIR) clean
 	toolchain/patch-kernel.sh $(LIBFLOAT_DIR) $(DL_DIR) $(LIBFLOAT_PATCH)
 	toolchain/patch-kernel.sh $(LIBFLOAT_DIR) package/libfloat/ libfloat\*.patch
-	touch $(LIBFLOAT_DIR)/.unpacked
+	touch $@
 
 $(LIBFLOAT_DIR)/libfloat.so.1: $(LIBFLOAT_DIR)/.unpacked $(TARGET_CC)
 	$(MAKE) CC=$(TARGET_CC) LD=$(TARGET_CROSS)ld -C $(LIBFLOAT_DIR)
 
-$(STAGING_DIR)/lib/libfloat.so: $(LIBFLOAT_DIR)/libfloat.so.1
+$(STAGING_DIR)/lib/libfloat.so $(STAGING_DIR)/lib/libfloat.a: $(LIBFLOAT_DIR)/libfloat.so.1
 	cp -dpf $(LIBFLOAT_DIR)/libfloat.a $(STAGING_DIR)/lib/libfloat.a
 	cp -dpf $(LIBFLOAT_DIR)/libfloat.so.1 $(STAGING_DIR)/lib/libfloat.so.1
 	(cd $(STAGING_DIR)/lib; ln -snf libfloat.so.1 libfloat.so)
@@ -47,7 +47,7 @@
 	(cd $(TARGET_DIR)/lib; ln -snf libfloat.so.1 libfloat.so)
 	(cd $(TARGET_DIR)/usr/lib; ln -snf /lib/libfloat.so libfloat.so)
 
-libfloat: $(STAGING_DIR)/lib/libfloat.so
+libfloat: gcc $(STAGING_DIR)/lib/libfloat.so
 
 libfloat-clean:
 	-$(MAKE) -C $(LIBFLOAT_DIR) clean

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] svn commit: trunk/buildroot/package/libfloat
@ 2007-09-01 17:22 aldot at uclibc.org
  0 siblings, 0 replies; 3+ messages in thread
From: aldot at uclibc.org @ 2007-09-01 17:22 UTC (permalink / raw)
  To: buildroot

Author: aldot
Date: 2007-09-01 10:22:00 -0700 (Sat, 01 Sep 2007)
New Revision: 19753

Log:
- libfloat has to depend on gcc_initial


Modified:
   trunk/buildroot/package/libfloat/libfloat.mk


Changeset:
Modified: trunk/buildroot/package/libfloat/libfloat.mk
===================================================================
--- trunk/buildroot/package/libfloat/libfloat.mk	2007-09-01 17:12:48 UTC (rev 19752)
+++ trunk/buildroot/package/libfloat/libfloat.mk	2007-09-01 17:22:00 UTC (rev 19753)
@@ -47,7 +47,7 @@
 	(cd $(TARGET_DIR)/lib; ln -snf libfloat.so.1 libfloat.so)
 	(cd $(TARGET_DIR)/usr/lib; ln -snf /lib/libfloat.so libfloat.so)
 
-libfloat: gcc $(STAGING_DIR)/lib/libfloat.so
+libfloat: gcc_initial $(STAGING_DIR)/lib/libfloat.so
 
 libfloat-clean:
 	-$(MAKE) -C $(LIBFLOAT_DIR) clean

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] svn commit: trunk/buildroot/package/libfloat
@ 2009-01-26  0:14 ulf at uclibc.org
  0 siblings, 0 replies; 3+ messages in thread
From: ulf at uclibc.org @ 2009-01-26  0:14 UTC (permalink / raw)
  To: buildroot

Author: ulf
Date: 2009-01-26 00:14:56 +0000 (Mon, 26 Jan 2009)
New Revision: 25039

Log:
deprecate libfloat, package is obsolete

Modified:
   trunk/buildroot/package/libfloat/Config.in


Changeset:
Modified: trunk/buildroot/package/libfloat/Config.in
===================================================================
--- trunk/buildroot/package/libfloat/Config.in	2009-01-26 00:14:19 UTC (rev 25038)
+++ trunk/buildroot/package/libfloat/Config.in	2009-01-26 00:14:56 UTC (rev 25039)
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_LIBFLOAT
 	bool "libfloat"
+	depends on BR2_DEPRECATED
 	help
 	 Soft floating point library.
 	

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-01-26  0:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-01 17:22 [Buildroot] svn commit: trunk/buildroot/package/libfloat aldot at uclibc.org
  -- strict thread matches above, loose matches on Subject: below --
2009-01-26  0:14 ulf at uclibc.org
2007-09-01 17:12 aldot at uclibc.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox