Commit 2e2b138b by Doug Evans

(CPP_PREDEFINES): Delete _DOUBLE_IS_32BITS.

From-SVN: r10963
parent 0780f386
...@@ -36,7 +36,7 @@ extern char **h8_reg_names; ...@@ -36,7 +36,7 @@ extern char **h8_reg_names;
/* Names to predefine in the preprocessor for this target machine. */ /* Names to predefine in the preprocessor for this target machine. */
#define CPP_PREDEFINES \ #define CPP_PREDEFINES \
"-D__LONG_MAX__=2147483647L -D__LONG_LONG_MAX__=2147483647L -D_DOUBLE_IS_32BITS" "-D__LONG_MAX__=2147483647L -D__LONG_LONG_MAX__=2147483647L"
#define CPP_SPEC \ #define CPP_SPEC \
"%{!mh:-D__H8300__} %{mh:-D__H8300H__} \ "%{!mh:-D__H8300__} %{mh:-D__H8300H__} \
......
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