* config.guess: Add a missing newline to arm-acorn-riscix string.

This commit is contained in:
Ben Elliston 2005-05-11 23:27:13 +00:00
parent 531803a1e6
commit 5560bc815d
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2005-05-12 Nick Burrett <nick@sqrt.co.uk>
* config.guess: Add a missing newline to arm-acorn-riscix string.
2005-04-22 Paul Green <Paul.Green@stratus.com> 2005-04-22 Paul Green <Paul.Green@stratus.com>
Ben Elliston <bje@gnu.org> Ben Elliston <bje@gnu.org>

4
config.guess vendored
View File

@ -3,7 +3,7 @@
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
# 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. # 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
timestamp='2005-04-22' timestamp='2005-05-12'
# This file is free software; you can redistribute it and/or modify it # This file is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by # under the terms of the GNU General Public License as published by
@ -1295,7 +1295,7 @@ main ()
#endif #endif
#if defined (__arm) && defined (__acorn) && defined (__unix) #if defined (__arm) && defined (__acorn) && defined (__unix)
printf ("arm-acorn-riscix"); exit (0); printf ("arm-acorn-riscix\n"); exit (0);
#endif #endif
#if defined (hp300) && !defined (hpux) #if defined (hp300) && !defined (hpux)