mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-01-25 22:41:01 +01:00
Instead of having two different ways to pass flags to the gcc build process, add them as configure args, which is a reliable way to let gcc pass them around to its various pieces. Also add CXXFLAGS, since gcc started to use c++ for itself recently (~10 years ago now). Signed-off-by: Andre Heider <a.heider@gmail.com>