diff options
author | oliva <oliva@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-10-13 10:48:25 +0000 |
---|---|---|
committer | oliva <oliva@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-10-13 10:48:25 +0000 |
commit | fb1c80dfd3ef8011ff7e456321c72f8c30f889d8 (patch) | |
tree | 87a183c49d580ae2277938d6d4cd3f6082e12287 /configure | |
parent | 352418975f90676b6704251c14be4dc4d2afb7e5 (diff) | |
download | gcc-fb1c80dfd3ef8011ff7e456321c72f8c30f889d8.tar.gz |
* configure: Add pattern to replace "build_tooldir"'s
definition in the generated Makefile with "tooldir"'s
actual value.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@23048 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure index a5d82c86ab7..389ee652bf5 100755 --- a/configure +++ b/configure @@ -1423,6 +1423,7 @@ EOF -e "s:^program_suffix[ ]*=.*$:program_suffix = ${program_suffix}:" \ -e "s:^program_transform_name[ ]*=.*$:program_transform_name = ${program_transform_name}:" \ -e "s|^tooldir[ ]*=.*$|tooldir = ${tooldir}|" \ + -e "s|^build_tooldir[ ]*=.*$|build_tooldir = ${tooldir}|" \ -e "s:^DEFAULT_YACC[ ]*=.*$:DEFAULT_YACC = ${DEFAULT_YACC}:" \ -e "s:^DEFAULT_LEX[ ]*=.*$:DEFAULT_LEX = ${DEFAULT_LEX}:" \ -e "s:^DEFAULT_M4[ ]*=.*$:DEFAULT_M4 = ${DEFAULT_M4}:" \ |