Commit 9346c5a7 by Rod Stewart Committed by Tom Tromey

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
parent 3632fe93
/*
* 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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment