From: H.J. Lu Date: Sun, 30 Sep 2001 18:22:39 +0000 (+0000) Subject: acconfig.h (PREFIX_INCLUDE_DIR): New variable. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e94494014fef2515bfd80f8cea773ab8a4a6c3a5;p=gcc.git acconfig.h (PREFIX_INCLUDE_DIR): New variable. 2001-09-30 H.J. Lu * acconfig.h (PREFIX_INCLUDE_DIR): New variable. * config.in: Rebuild. From-SVN: r45911 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c6f6f39d336..450742836df 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2001-09-30 H.J. Lu + + * acconfig.h (PREFIX_INCLUDE_DIR): New variable. + * config.in: Rebuild. + 2001-09-30 Stephane Carrez * config/m68hc11/m68hc11.md ("cmpqi_1"): Fix constraints. diff --git a/gcc/acconfig.h b/gcc/acconfig.h index dec619b84b0..17324b57611 100644 --- a/gcc/acconfig.h +++ b/gcc/acconfig.h @@ -26,6 +26,9 @@ /* Define to `int' if doesn't define. */ #undef ssize_t +/* Define if cpp should also search $prefix/include. */ +#undef PREFIX_INCLUDE_DIR + @BOTTOM@ /* Bison unconditionally undefines `const' if neither `__STDC__' nor diff --git a/gcc/config.in b/gcc/config.in index cc912ab3b43..0759770c71a 100644 --- a/gcc/config.in +++ b/gcc/config.in @@ -1,4 +1,4 @@ -/* config.in. Generated automatically from configure.in by autoheader 2.13. */ +/* config.in. Generated automatically from configure.in by autoheader. */ /* Define to empty if the keyword does not work. */ #undef const @@ -80,6 +80,9 @@ /* Define to `int' if doesn't define. */ #undef ssize_t +/* Define if cpp should also search $prefix/include. */ +#undef PREFIX_INCLUDE_DIR + /* Define if you have the __argz_count function. */ #undef HAVE___ARGZ_COUNT @@ -509,8 +512,6 @@ /* Define 0/1 to force the choice for exception handling model. */ #undef CONFIG_SJLJ_EXCEPTIONS -/* Define if cpp should also search $prefix/include. */ -#undef PREFIX_INCLUDE_DIR /* Bison unconditionally undefines `const' if neither `__STDC__' nor __cplusplus are defined. That's a problem since we use `const' in