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:
parent
3632fe93f1
commit
9346c5a7d8
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue