wok-next diff gcc/stuff/patches/fix-cxxflags-passing.patch @ rev 21727
created recipe for vbindiff
author | Hans-G?nter Theisgen |
---|---|
date | Sat Nov 21 14:32:44 2020 +0100 (2020-11-21) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/gcc/stuff/patches/fix-cxxflags-passing.patch Sat Nov 21 14:32:44 2020 +0100 1.3 @@ -0,0 +1,10 @@ 1.4 +--- gcc-4.8.1/Makefile.in.orig 1.5 ++++ gcc-4.8.1/Makefile.in 1.6 +@@ -169,6 +169,7 @@ 1.7 + # built for the build system to override those in BASE_FLAGS_TO_PASSS. 1.8 + EXTRA_BUILD_FLAGS = \ 1.9 + CFLAGS="$(CFLAGS_FOR_BUILD)" \ 1.10 ++ CXXFLAGS="$(CXXFLAGS_FOR_BUILD)" \ 1.11 + LDFLAGS="$(LDFLAGS_FOR_BUILD)" 1.12 + 1.13 + # This is the list of directories to built for the host system.