tm.texi (SYSROOT_HEADERS_SUFFIX_SPEC): Fix typo.

2003-11-27  Gunther Nikl  <gni@gecko.de>

	* doc/tm.texi (SYSROOT_HEADERS_SUFFIX_SPEC): Fix typo.

From-SVN: r73990
This commit is contained in:
Gunther Nikl 2003-11-27 11:24:42 +00:00 committed by Joseph Myers
parent 4caddf0b18
commit f4314bb628
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2003-11-27 Gunther Nikl <gni@gecko.de>
* doc/tm.texi (SYSROOT_HEADERS_SUFFIX_SPEC): Fix typo.
2003-11-27 Eric Botcazou <ebotcazou@libertysurf.fr>
PR optimization/13041

View File

@ -329,7 +329,7 @@ et al, within sysroot+suffix.
@defmac SYSROOT_HEADERS_SUFFIX_SPEC
Define this macro to add a headers_suffix to the target sysroot when
GCC is configured with a sysroot. This will cause GCC to pass the
updated sysroot+headers_suffix to CPP@, causing it to search for
updated sysroot+headers_suffix to CPP, causing it to search for
usr/include, et al, within sysroot+headers_suffix.
@end defmac