diff options
author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-03-21 18:38:16 +0000 |
---|---|---|
committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-03-21 18:38:16 +0000 |
commit | b49247b9a45231edb2dcae31153feeb83e1652c3 (patch) | |
tree | afd73407c15f1742d3f6155b667a85196ccdafb3 /boehm-gc | |
parent | 63e107fefa0c0db1716148517dbff59888d2eda3 (diff) | |
download | gcc-b49247b9a45231edb2dcae31153feeb83e1652c3.tar.gz |
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
Diffstat (limited to 'boehm-gc')
-rw-r--r-- | boehm-gc/gcconfig.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/boehm-gc/gcconfig.h b/boehm-gc/gcconfig.h index 05223ced0d2..4cab9c72cd6 100644 --- a/boehm-gc/gcconfig.h +++ b/boehm-gc/gcconfig.h @@ -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 |