From: Richard Henderson Date: Thu, 17 Apr 2003 05:07:35 +0000 (-0700) Subject: c4x.h (TARGET_CPU_CPP_BUILTINS): Declare flag_inline_trees. X-Git-Tag: releases/gcc-3.4.0~7233 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c4a3da4e47181842008f49a704674206dd7402fb;p=thirdparty%2Fgcc.git c4x.h (TARGET_CPU_CPP_BUILTINS): Declare flag_inline_trees. * config/c4x/c4x.h (TARGET_CPU_CPP_BUILTINS): Declare flag_inline_trees. From-SVN: r65719 --- diff --git a/gcc/config/c4x/c4x.h b/gcc/config/c4x/c4x.h index a68e5e27e4fe..4da3847a51e7 100644 --- a/gcc/config/c4x/c4x.h +++ b/gcc/config/c4x/c4x.h @@ -29,6 +29,8 @@ #define TARGET_CPU_CPP_BUILTINS() \ do \ { \ + /* ??? HACK. We shouldn't have flag_inline_trees at all. */ \ + extern int flag_inline_trees; \ if (!TARGET_SMALL) \ builtin_define ("_BIGMODEL"); \ if (!TARGET_MEMPARM) \