[Glibc-bsd-commits] r3712 - in trunk: . kfreebsd-10/debian

Robert Millan rmh at alioth.debian.org
Fri Sep 23 19:10:57 UTC 2011


Author: rmh
Date: 2011-09-23 19:10:57 +0000 (Fri, 23 Sep 2011)
New Revision: 3712

Added:
   trunk/kfreebsd-10/
Modified:
   trunk/kfreebsd-10/debian/changelog
   trunk/kfreebsd-10/debian/rules
Log:
branch kfreebsd-10

Modified: trunk/kfreebsd-10/debian/changelog
===================================================================
--- trunk/kfreebsd-9/debian/changelog	2011-09-23 13:16:12 UTC (rev 3710)
+++ trunk/kfreebsd-10/debian/changelog	2011-09-23 19:10:57 UTC (rev 3712)
@@ -1,10 +1,16 @@
-kfreebsd-9 (9.0~svn225586-2) UNRELEASED; urgency=low
+kfreebsd-10 (10.0~svn225709-1) UNRELEASED; urgency=low
 
+  * New upstream snapshot.  Begin tracking 10-CURRENT.
+
+  [ Robert Millan ]
   * Relax grub-common requirement now that ada support has been
     backported to 1.98+20100804-14+squeeze1.
 
- -- Robert Millan <rmh at debian.org>  Mon, 19 Sep 2011 21:07:42 +0200
+  [ Petr Salinger ]
+  * extend ld_target detection
 
+ -- Robert Millan <rmh at debian.org>  Fri, 23 Sep 2011 21:06:33 +0200
+
 kfreebsd-9 (9.0~svn225586-1) experimental; urgency=low
 
   * New upstream snapshot.

Modified: trunk/kfreebsd-10/debian/rules
===================================================================
--- trunk/kfreebsd-9/debian/rules	2011-09-23 13:16:12 UTC (rev 3710)
+++ trunk/kfreebsd-10/debian/rules	2011-09-23 19:10:57 UTC (rev 3712)
@@ -18,7 +18,7 @@
 flavours	:= $(config_files:debian/arch/$(cpu)/%.config=%)
 configfile	:= DEBCUSTOM
 abiname		:= 0
-ld_target	:= $(shell ld --help | sed -ne "s/^ld: supported targets: \([^ ]*\) .*/\1/p")
+ld_target	:= $(shell ld --help | sed -ne "s/[^ :]*: supported targets: \([^ ]*\) .*/\1/p")
 gcc_version	:= 4.6
 
 ifeq ($(cpu), mipsel)




More information about the Glibc-bsd-commits mailing list