mirror of git://gcc.gnu.org/git/gcc.git
config.in: Regenerate.
2008-07-07 Andreas Tobler <a.tobler@schweiz.org> * config.in: Regenerate. From-SVN: r137590
This commit is contained in:
parent
3def13974f
commit
c71618c614
|
@ -1,3 +1,7 @@
|
||||||
|
2008-07-07 Andreas Tobler <a.tobler@schweiz.org>
|
||||||
|
|
||||||
|
* config.in: Regenerate.
|
||||||
|
|
||||||
2008-07-07 Vladimir Prus <vladimir@codesourcery.com>
|
2008-07-07 Vladimir Prus <vladimir@codesourcery.com>
|
||||||
|
|
||||||
* gcc.c (print_sysroot): New.
|
* gcc.c (print_sysroot): New.
|
||||||
|
|
|
@ -1518,6 +1518,12 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
/* Define to `char *' if <sys/types.h> does not define. */
|
||||||
|
#ifndef USED_FOR_TARGET
|
||||||
|
#undef caddr_t
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
/* Define to `int' if <sys/types.h> doesn't define. */
|
/* Define to `int' if <sys/types.h> doesn't define. */
|
||||||
#ifndef USED_FOR_TARGET
|
#ifndef USED_FOR_TARGET
|
||||||
#undef gid_t
|
#undef gid_t
|
||||||
|
|
Loading…
Reference in New Issue