gdb requires CPPFLAGS for cross compile

This commit is contained in:
Dave Murphy 2020-05-08 09:51:51 +01:00
parent 2a306b5e49
commit fa1972f5e9

View File

@ -161,6 +161,7 @@ PLATFORM=`uname -s`
if [ ! -f configured-gdb ]
then
CPPFLAGS="$cppflags" \
CFLAGS="$cflags" \
CXXFLAGS="$cflags" \
LDFLAGS="$ldflags" \