mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-08-15 22:56:37 -05:00
gdb requires CPPFLAGS for cross compile
This commit is contained in:
@@ -161,6 +161,7 @@ PLATFORM=`uname -s`
|
||||
|
||||
if [ ! -f configured-gdb ]
|
||||
then
|
||||
CPPFLAGS="$cppflags" \
|
||||
CFLAGS="$cflags" \
|
||||
CXXFLAGS="$cflags" \
|
||||
LDFLAGS="$ldflags" \
|
||||
|
||||
Reference in New Issue
Block a user