X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=blobdiff_plain;f=gcc%2Fconfig.in;h=723b88fc8e7a1baee6996ad058d728163a96760d;hp=42748868bf32cef238e3eb57580d7435ef575691;hb=5efd3b35ea7412b0d86bc3bf9dab88f784685230;hpb=5f1f2de5fe3f87b056e802102fcb975979845eff diff --git a/gcc/config.in b/gcc/config.in index 42748868bf3..723b88fc8e7 100644 --- a/gcc/config.in +++ b/gcc/config.in @@ -65,6 +65,12 @@ #endif +/* Define to 1 to enable fixed-point arithmetic extension to C. */ +#ifndef USED_FOR_TARGET +#undef ENABLE_FIXED_POINT +#endif + + /* Define if you want fold checked that it never destructs its argument. This is quite expensive. */ #ifndef USED_FOR_TARGET @@ -1363,37 +1369,37 @@ #endif -/* The size of a `int', as computed by sizeof. */ +/* The size of `int', as computed by sizeof. */ #ifndef USED_FOR_TARGET #undef SIZEOF_INT #endif -/* The size of a `long', as computed by sizeof. */ +/* The size of `long', as computed by sizeof. */ #ifndef USED_FOR_TARGET #undef SIZEOF_LONG #endif -/* The size of a `long long', as computed by sizeof. */ +/* The size of `long long', as computed by sizeof. */ #ifndef USED_FOR_TARGET #undef SIZEOF_LONG_LONG #endif -/* The size of a `short', as computed by sizeof. */ +/* The size of `short', as computed by sizeof. */ #ifndef USED_FOR_TARGET #undef SIZEOF_SHORT #endif -/* The size of a `void *', as computed by sizeof. */ +/* The size of `void *', as computed by sizeof. */ #ifndef USED_FOR_TARGET #undef SIZEOF_VOID_P #endif -/* The size of a `__int64', as computed by sizeof. */ +/* The size of `__int64', as computed by sizeof. */ #ifndef USED_FOR_TARGET #undef SIZEOF___INT64 #endif