mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-11 16:41:06 +08:00
(CPP_PREDEFINES): Define __semi__ instead of semi.
From-SVN: r11705
This commit is contained in:
parent
310324b8a2
commit
428a927446
@ -1,5 +1,5 @@
|
||||
/* Definitions of target machine for GNU compiler. ARM on semi-hosted platform
|
||||
Copyright (C) 1994, 1995 Free Software Foundation, Inc.
|
||||
Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc.
|
||||
Contributed by Richard Earnshaw (richard.earnshaw@armltd.co.uk)
|
||||
|
||||
This file is part of GNU CC.
|
||||
@ -24,7 +24,7 @@ Boston, MA 02111-1307, USA. */
|
||||
#define LIB_SPEC "-lc"
|
||||
|
||||
#define CPP_PREDEFINES \
|
||||
"-Darm -Dsemi -Acpu(arm) -Amachine(arm)"
|
||||
"-Darm -D__semi__ -Acpu(arm) -Amachine(arm)"
|
||||
|
||||
#define CPP_SPEC "%{m6:-D__arm6__} \
|
||||
%{mcpu-*:-D__%*} \
|
||||
|
Loading…
x
Reference in New Issue
Block a user