Commit 428a9274 by Doug Evans

(CPP_PREDEFINES): Define __semi__ instead of semi.

From-SVN: r11705
parent 310324b8
/* 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__%*} \
......
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