From: Manfred Hollstein Date: Tue, 13 Oct 1998 10:48:25 +0000 (+0000) Subject: configure: Add pattern to replace "build_tooldir"'s definition in the generated Makef... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=38ada91eef4f9efa0887efaf699f39a38c3816d9;p=gcc.git configure: Add pattern to replace "build_tooldir"'s definition in the generated Makefile... * configure: Add pattern to replace "build_tooldir"'s definition in the generated Makefile with "tooldir"'s actual value. From-SVN: r23048 --- diff --git a/ChangeLog b/ChangeLog index ead2a65ea84..508dd1c52ce 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Tue Oct 13 15:45:36 1998 Manfred Hollstein + + * configure: Add pattern to replace "build_tooldir"'s + definition in the generated Makefile with "tooldir"'s + actual value. + Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com) * config.sub: Bring back lost sparcv9. 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}:" \