We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53375e9 commit 945640bCopy full SHA for 945640b
1 file changed
dkarm-eabi/scripts/build-gcc.sh
@@ -154,7 +154,10 @@ PLATFORM=`uname -s`
154
155
if [ ! -f configured-gdb ]
156
then
157
- CFLAGS="$cflags" LDFLAGS="$ldflags" ../../gdb-$GDB_VER/configure \
+ CFLAGS="$cflags" \
158
+ CXXFLAGS="$cflags" \
159
+ LDFLAGS="$ldflags" \
160
+ ../../gdb-$GDB_VER/configure \
161
--disable-nls --prefix=$prefix --target=$target --disable-werror \
162
$CROSS_PARAMS \
163
|| { echo "Error configuring gdb"; exit 1; }
0 commit comments