X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fgdb_buildall.sh;h=6636d0bfda66b44912270e1bc5365fe0c5096b90;hb=e418a61a67a3476826259163383e5deb661042cc;hp=1fc7b38830c9f22eaf1fc2e0a1c888f1acaa5534;hpb=618f726fcb851883a0094aa7fa17003889b7189f;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/gdb_buildall.sh b/gdb/gdb_buildall.sh index 1fc7b38830..6636d0bfda 100644 --- a/gdb/gdb_buildall.sh +++ b/gdb/gdb_buildall.sh @@ -2,7 +2,7 @@ # Build script to build GDB with all targets enabled. -# Copyright (C) 2008-2016 Free Software Foundation, Inc. +# Copyright (C) 2008-2018 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 3 of the License, or @@ -103,7 +103,7 @@ builddir=`cd $2 && /bin/pwd` || exit 1 make=${MAKE:-make} MAKE=${make} export MAKE -# We dont want GDB do dump cores. +# We don't want GDB do dump cores. ulimit -c 0 # Just make sure we're in the right directory.