[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] guix: build: make-bootstrap: Copy libpthread_nonshared.a to the
From: |
manolis837 |
Subject: |
[PATCH] guix: build: make-bootstrap: Copy libpthread_nonshared.a to the new system. |
Date: |
Mon, 2 Jan 2017 19:53:21 +0200 |
From: Manolis Ragkousis <address@hidden>
* guix/build/make-bootstrap.scm (%libc-object-files-rx): Update regexp.
---
guix/build/make-bootstrap.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/guix/build/make-bootstrap.scm b/guix/build/make-bootstrap.scm
index bc4c0e3d5..21c78cc8f 100644
--- a/guix/build/make-bootstrap.scm
+++ b/guix/build/make-bootstrap.scm
@@ -1,5 +1,5 @@
;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2015 Manolis Fragkiskos Ragkousis <address@hidden>
+;;; Copyright © 2015, 2017 Manolis Fragkiskos Ragkousis <address@hidden>
;;; Copyright © 2015 Ludovic Courtès <address@hidden>
;;;
;;; This file is part of GNU Guix.
@@ -64,7 +64,8 @@ when producing a bootstrap libc."
#t))
(define %libc-object-files-rx "^(crt.*|ld.*|lib(c|m|dl|rt|pthread|nsl|\
-util).*\\.so(\\..*)?|lib(machuser|hurduser).so.*|libc(rt|)_nonshared\\.a)$")
+util).*\\.so(\\..*)?|lib(machuser|hurduser).so.*|(libc(rt|)|libpthread)\
+_nonshared\\.a)$")
(setvbuf (current-output-port) _IOLBF)
(let* ((libdir (string-append output "/lib")))
--
2.11.0
- [PATCH] guix: build: make-bootstrap: Copy libpthread_nonshared.a to the new system.,
manolis837 <=