Skip to content
Snippets Groups Projects
Commit b49247b9 authored by tromey's avatar tromey
Browse files

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

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


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@40698 138bc75d-0d04-0410-961f-82ee72b054a4
parent 63e107fe
No related branches found
No related tags found
No related merge requests found
/* /*
* Copyright 1988, 1989 Hans-J. Boehm, Alan J. Demers * 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. * Copyright (c) 1996 by Silicon Graphics. All rights reserved.
* *
* THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY EXPRESSED * THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY EXPRESSED
...@@ -166,7 +166,7 @@ ...@@ -166,7 +166,7 @@
# define SPARC # define SPARC
# define mach_type_known # define mach_type_known
# endif # endif
# if defined(LINUX) && defined(arm) # if defined(LINUX) && defined(__arm__)
# define ARM32 # define ARM32
# define mach_type_known # define mach_type_known
# endif # endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment