Author: sthibault
Date: 2015-08-22 22:24:40 +0000 (Sat, 22 Aug 2015)
New Revision: 6479

Modified:
   glibc-package/branches/glibc-2.21/debian/changelog
   glibc-package/branches/glibc-2.21/debian/rules.d/build.mk
Log:
backport r6478 from trunk: rules.d/build.mk: Also install crt0.o in stage1, if 
any.

Modified: glibc-package/branches/glibc-2.21/debian/changelog
===================================================================
--- glibc-package/branches/glibc-2.21/debian/changelog  2015-08-22 21:56:49 UTC 
(rev 6478)
+++ glibc-package/branches/glibc-2.21/debian/changelog  2015-08-22 22:24:40 UTC 
(rev 6479)
@@ -227,6 +227,7 @@
 
   * patches/hurd-i386/tg-mmap32th_bit.diff: New patch to fix libpciaccess
     mapping of BARs above 2GiB. Closes: #793543.
+  * rules.d/build.mk: Also install crt0.o in stage1, if any.
 
  -- Samuel Thibault <sthiba...@debian.org>  Sun, 09 Aug 2015 20:00:16 +0000
 

Modified: glibc-package/branches/glibc-2.21/debian/rules.d/build.mk
===================================================================
--- glibc-package/branches/glibc-2.21/debian/rules.d/build.mk   2015-08-22 
21:56:49 UTC (rev 6478)
+++ glibc-package/branches/glibc-2.21/debian/rules.d/build.mk   2015-08-22 
22:24:40 UTC (rev 6479)
@@ -161,7 +161,7 @@
            install-bootstrap-headers=yes install-headers )
 
        install -d $(CURDIR)/debian/tmp-$(curpass)/$(call xx,libdir)
-       install -m 644 $(DEB_BUILDDIR)/csu/crt[1in].o 
$(CURDIR)/debian/tmp-$(curpass)/$(call xx,libdir)/.
+       install -m 644 $(DEB_BUILDDIR)/csu/crt[01in].o 
$(CURDIR)/debian/tmp-$(curpass)/$(call xx,libdir)/.
        $(call xx,CC) -nostdlib -nostartfiles -shared -x c /dev/null \
                -o $(CURDIR)/debian/tmp-$(curpass)/$(call xx,libdir)/libc.so
 else

Reply via email to