wok-next view 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 source
1 --- gcc-4.8.1/Makefile.in.orig
2 +++ gcc-4.8.1/Makefile.in
3 @@ -169,6 +169,7 @@
4 # built for the build system to override those in BASE_FLAGS_TO_PASSS.
5 EXTRA_BUILD_FLAGS = \
6 CFLAGS="$(CFLAGS_FOR_BUILD)" \
7 + CXXFLAGS="$(CXXFLAGS_FOR_BUILD)" \
8 LDFLAGS="$(LDFLAGS_FOR_BUILD)"
10 # This is the list of directories to built for the host system.