[gcc-6] 261/401: * Build libgfortran libraries when building without common libs.
Ximin Luo
infinity0 at debian.org
Wed Apr 5 15:49:57 UTC 2017
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch pu/reproducible_builds
in repository gcc-6.
commit 680eb5b671d41843ecdc7d5c85eba093b34437e8
Author: doko <doko at 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca>
Date: Fri Nov 11 12:35:35 2016 +0000
* Build libgfortran libraries when building without common libs.
git-svn-id: svn://anonscm.debian.org/gcccvs/branches/sid/gcc-6@9045 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
---
debian/changelog | 1 +
debian/rules.defs | 4 +---
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 62605e6..d219523 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
gcc-6 (6.2.0-14) UNRELEASED; urgency=medium
* Update libasan symbol files.
+ * Build libgfortran libraries when building without common libs.
-- Matthias Klose <doko at debian.org> Fri, 11 Nov 2016 09:25:09 +0100
diff --git a/debian/rules.defs b/debian/rules.defs
index 42bca5d..28f0782 100644
--- a/debian/rules.defs
+++ b/debian/rules.defs
@@ -1033,9 +1033,7 @@ ifeq ($(with_fortran),yes)
with_fdev := yes
endif
endif
- ifeq ($(with_common_libs),yes)
- with_libgfortran := yes
- endif
+ with_libgfortran := yes
enabled_languages += fortran
endif
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/gcc-6.git
More information about the Reproducible-commits
mailing list