wok-next view gcc/stuff/patches/fix-cxxflags-passing.patch @ rev 21338

OpenSSL 1.0.2t -> 1.0.2u: overflow bug CVE-2019-1551
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Dec 21 08:55:46 2019 +0000 (2019-12-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.