Commit e0ff1ded by Hans-Peter Nilsson Committed by Hans-Peter Nilsson

* config/cris/linux.h (CRIS_CPP_SUBTARGET_SPEC): Fix typo.

From-SVN: r52283
parent 2341c7ea
2002-04-13 Hans-Peter Nilsson <hp@axis.com>
* config/cris/linux.h (CRIS_CPP_SUBTARGET_SPEC): Fix typo.
2002-04-13 Joel Sherrill <joel@OARcorp.com>
* config/sparc/t-elf: Enable v8 multilibs. Impacts
......
......@@ -47,7 +47,7 @@ Boston, MA 02111-1307, USA. */
#undef CRIS_CPP_SUBTARGET_SPEC
#define CRIS_CPP_SUBTARGET_SPEC \
"-D__gnu_linux__ __linux__ -D__unix__ -D__ELF__\
"-D__gnu_linux__ -D__linux__ -D__unix__ -D__ELF__\
%{pthread:-D_REENTRANT}\
%{fPIC|fpic: -D__PIC__ -D__pic__}\
%{!fleading-underscore:-fno-leading-underscore -D__NO_UNDERSCORES__}\
......
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