From 6d7203982c05651f748825deb393eb6480c03e32 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Tue, 20 Feb 2018 21:53:51 -0600 Subject: system/gcc: maintain our own toolchain --- system/gcc/fix-cxxflags-passing.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 system/gcc/fix-cxxflags-passing.patch (limited to 'system/gcc/fix-cxxflags-passing.patch') diff --git a/system/gcc/fix-cxxflags-passing.patch b/system/gcc/fix-cxxflags-passing.patch new file mode 100644 index 000000000..8eb1de77d --- /dev/null +++ b/system/gcc/fix-cxxflags-passing.patch @@ -0,0 +1,10 @@ +--- gcc-4.8.1/Makefile.in.orig ++++ gcc-4.8.1/Makefile.in +@@ -169,6 +169,7 @@ + # built for the build system to override those in BASE_FLAGS_TO_PASSS. + EXTRA_BUILD_FLAGS = \ + CFLAGS="$(CFLAGS_FOR_BUILD)" \ ++ CXXFLAGS="$(CXXFLAGS_FOR_BUILD)" \ + LDFLAGS="$(LDFLAGS_FOR_BUILD)" + + # This is the list of directories to built for the host system. -- cgit v1.2.3-60-g2f50