mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-03-21 17:44:41 -05:00
gdb requires CPPFLAGS for cross compile
This commit is contained in:
parent
2a306b5e49
commit
fa1972f5e9
|
|
@ -161,6 +161,7 @@ PLATFORM=`uname -s`
|
|||
|
||||
if [ ! -f configured-gdb ]
|
||||
then
|
||||
CPPFLAGS="$cppflags" \
|
||||
CFLAGS="$cflags" \
|
||||
CXXFLAGS="$cflags" \
|
||||
LDFLAGS="$ldflags" \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user