Commit c4a3da4e by Richard Henderson

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
parent 74b66b3c
...@@ -29,6 +29,8 @@ ...@@ -29,6 +29,8 @@
#define TARGET_CPU_CPP_BUILTINS() \ #define TARGET_CPU_CPP_BUILTINS() \
do \ do \
{ \ { \
/* ??? HACK. We shouldn't have flag_inline_trees at all. */ \
extern int flag_inline_trees; \
if (!TARGET_SMALL) \ if (!TARGET_SMALL) \
builtin_define ("_BIGMODEL"); \ builtin_define ("_BIGMODEL"); \
if (!TARGET_MEMPARM) \ if (!TARGET_MEMPARM) \
......
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