* gcc_release (DIFF): Remove -3 option.

From-SVN: r81767
This commit is contained in:
Joseph Myers 2004-05-13 09:54:30 +01:00 committed by Joseph Myers
parent 6de9cd9a88
commit 78ff5eeaac
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2004-05-13 Joseph S. Myers <jsm@polyomino.org.uk>
* gcc_release (DIFF): Remove -3 option.
2003-07-26 Paul Brook <paul@nowt.org>
* gcc_release: Add gcc-fortran.

View File

@ -520,7 +520,7 @@ FILE_LIST=""
BZIP2="${BZIP2:-bzip2}"
CVS="${CVS:-cvs -f -Q -z9}"
DIFF="${DIFF:-diff -Nrc3pad}"
DIFF="${DIFF:-diff -Nrcpad}"
ENV="${ENV:-env}"
GZIP="${GZIP:-gzip --best}"
SCP="${SCP:-scp -p}"