Skip to content

Commit

Permalink
Typo in the gdb patch line
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanMollet committed Apr 8, 2021
1 parent 80d6630 commit 136b49f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion replaced_files/build-toolchain.sh
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ if [ "x$skip_native_build" != "xyes" ] ; then
GDB_EXTRA_CONFIG_OPTS=$1

rm -rf $BUILDDIR_NATIVE/gdb && mkdir -p $BUILDDIR_NATIVE/gdb
pushd $SRCDIR/$GCC/gdb/
pushd $SRCDIR/gdb/gdb/
patch -p0 --forward <../../gdb_aarch64.patch || true
popd
pushd $BUILDDIR_NATIVE/gdb
Expand Down

0 comments on commit 136b49f

Please sign in to comment.