[Glibc-bsd-commits] r3710 - trunk/kfreebsd-8/debian
Petr Salinger
ps-guest at alioth.debian.org
Fri Sep 23 13:16:13 UTC 2011
Author: ps-guest
Date: 2011-09-23 13:16:12 +0000 (Fri, 23 Sep 2011)
New Revision: 3710
Modified:
trunk/kfreebsd-8/debian/changelog
trunk/kfreebsd-8/debian/rules
Log:
extend ld_target detection, it might i.e. start with "/usr/bin/ld.bfd.real: supported targets"
Modified: trunk/kfreebsd-8/debian/changelog
===================================================================
--- trunk/kfreebsd-8/debian/changelog 2011-09-20 19:17:59 UTC (rev 3709)
+++ trunk/kfreebsd-8/debian/changelog 2011-09-23 13:16:12 UTC (rev 3710)
@@ -1,3 +1,10 @@
+kfreebsd-8 (8.2-8) UNRELEASED; urgency=low
+
+ [ Petr Salinger ]
+ * extend ld_target detection
+
+ -- Robert Millan <rmh at debian.org> Mon, 08 Aug 2011 12:19:45 +0000
+
kfreebsd-8 (8.2-7) unstable; urgency=low
* Replace msk backport patch with version from 8-STABLE (instead of
Modified: trunk/kfreebsd-8/debian/rules
===================================================================
--- trunk/kfreebsd-8/debian/rules 2011-09-20 19:17:59 UTC (rev 3709)
+++ trunk/kfreebsd-8/debian/rules 2011-09-23 13:16:12 UTC (rev 3710)
@@ -17,7 +17,7 @@
flavours := $(config_files:debian/arch/$(cpu)/%.config=%)
configfile := DEBCUSTOM
abiname := 1
-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