From: Richard Kenner Date: Wed, 25 Jun 1997 20:55:50 +0000 (-0400) Subject: (cc_set_by_configure): Eliminate extra comma and don't pass value to configure.lang. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f4fac32bed048d2f517b322426aafb41492235d5;p=gcc.git (cc_set_by_configure): Eliminate extra comma and don't pass value to configure.lang. (cc_set_by_configure): Eliminate extra comma and don't pass value to configure.lang. (stage_prefix_set_by_configure): Likewise. From-SVN: r14319 --- diff --git a/gcc/configure.in b/gcc/configure.in index 6eb3fd19a1c..df51f60d058 100644 --- a/gcc/configure.in +++ b/gcc/configure.in @@ -2853,9 +2853,9 @@ do cc_set_by_configure="\$(CC)" stage_prefix_set_by_configure="\$(STAGE_PREFIX)" else - cc_set_by_configure="\`case '\$(CC)' in stage*) echo '\$(CC)' | sed -e 's|stage|../stage|g';; *) echo '\$(CC)';; esac\`," + cc_set_by_configure="\`case '\$(CC)' in stage*) echo '\$(CC)' | sed -e 's|stage|../stage|g';; *) echo '\$(CC)';; esac\`" - stage_prefix_set_by_configure="\`case '\$(STAGE_PREFIX)' in stage*) echo '\$(STAGE_PREFIX)' | sed -e 's|stage|../stage|g';; *) echo '\$(STAGE_PREFIX)';; esac\`," + stage_prefix_set_by_configure="\`case '\$(STAGE_PREFIX)' in stage*) echo '\$(STAGE_PREFIX)' | sed -e 's|stage|../stage|g';; *) echo '\$(STAGE_PREFIX)';; esac\`" fi # Otherwise, this is a language subdirectory. If the host supports @@ -3070,8 +3070,6 @@ float_format='${float_format}' use_collect2='${use_collect2}' will_use_collect2='${will_use_collect2}' maybe_use_collect2='${maybe_use_collect2}' -cc_set_by_configure='${cc_set_by_configure}' -stage_prefix_set_by_configure='${stage_prefix_set_by_configure}' gdb_needs_out_file_path='${gdb_needs_out_file_path}' SET_MAKE='${SET_MAKE}' build_broken_install='${build_broken_install}'