diff options
| author | sandra <sandra@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-05-20 13:32:47 +0000 |
|---|---|---|
| committer | sandra <sandra@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-05-20 13:32:47 +0000 |
| commit | b4b98cc162f81abd5386b64fc06ca454f7c80486 (patch) | |
| tree | 9bf573ec21563b587b4e5ea57b7bc4f6d4da0c1c | |
| parent | 82522e95286bb4207ca1e3bbfbf5d0a22a42c1aa (diff) | |
| download | ppe42-gcc-b4b98cc162f81abd5386b64fc06ca454f7c80486.tar.gz ppe42-gcc-b4b98cc162f81abd5386b64fc06ca454f7c80486.zip | |
2008-05-20 Sandra Loosemore <sandra@codesourcery.com>
gcc/
* config.gcc (tm_file): Update comments about relative pathnames.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@135656 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/config.gcc | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9d9bc21a7ad..234854ffa4c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2008-05-20 Sandra Loosemore <sandra@codesourcery.com> + + * config.gcc (tm_file): Update comments about relative pathnames. + 2008-05-20 Richard Guenther <rguenther@suse.de> * tree-ssa-reassoc.c (fini_reassoc): Use the statistics diff --git a/gcc/config.gcc b/gcc/config.gcc index 04b46c38fe7..6a527dba104 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -70,6 +70,10 @@ # This helps to keep OS specific stuff out of the CPU # defining header ${cpu_type}/${cpu_type.h}. # +# It is possible to include automatically-generated +# build-directory files by prefixing them with "./". +# All other files should relative to $srcdir/config. +# # tm_p_file Location of file with declarations for functions # in $out_file. # |

