summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog3
-rw-r--r--debian/rules.d/binary-libstdcxx.mk4
2 files changed, 4 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index bbd621e..9f069de 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,7 +9,8 @@ gcc-5 (5.1.0-1) UNRELEASED; urgency=medium
files should be uptodate now.
* Split out the sjlj build related things from the ada-acats patch into
a new ada-acats-sjlj patch.
- * Don't build ,libx32phobos-5-dev when not building x32 multilibs.
+ * Don't build libx32phobos-5-dev when not building x32 multilibs.
+ * Fix standard C++ include directory for cross builds. Closes: #783241.
-- Matthias Klose <doko@debian.org> Fri, 24 Apr 2015 16:46:20 +0200
diff --git a/debian/rules.d/binary-libstdcxx.mk b/debian/rules.d/binary-libstdcxx.mk
index c6c17d8..29f21d5 100644
--- a/debian/rules.d/binary-libstdcxx.mk
+++ b/debian/rules.d/binary-libstdcxx.mk
@@ -104,10 +104,10 @@ dirs_dev = \
$(docdir)/$(p_base)/C++ \
$(usr_lib) \
$(gcc_lib_dir)/include \
- $(PF)/include/c++
+ $(PFL)/include/c++
files_dev = \
- $(PF)/include/c++/$(BASE_VERSION) \
+ $(PFL)/include/c++/$(BASE_VERSION) \
$(gcc_lib_dir)/libstdc++.{a,so} \
$(gcc_lib_dir)/libsupc++.a