gcconfig.h: Check for `__arm__', not `arm'.

2001-01-23  Rod Stewart <stewart@lab43.org>

	* gcconfig.h: Check for `__arm__', not `arm'.

From-SVN: r40698
This commit is contained in:
Rod Stewart 2001-03-21 18:38:16 +00:00 committed by Tom Tromey
parent 3632fe93f1
commit 9346c5a7d8
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
/*
* Copyright 1988, 1989 Hans-J. Boehm, Alan J. Demers
* Copyright (c) 1991-1994 by Xerox Corporation. All rights reserved.
* Copyright (c) 1991-1994, 2001 by Xerox Corporation. All rights reserved.
* Copyright (c) 1996 by Silicon Graphics. All rights reserved.
*
* THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY EXPRESSED
@ -166,7 +166,7 @@
# define SPARC
# define mach_type_known
# endif
# if defined(LINUX) && defined(arm)
# if defined(LINUX) && defined(__arm__)
# define ARM32
# define mach_type_known
# endif