Oops - fixed typos in previous delta

From-SVN: r25538
This commit is contained in:
Nick Clifton 1999-03-02 09:29:26 +00:00
parent 8f8d32788b
commit 4c112cda96
3 changed files with 7 additions and 4 deletions

View File

@ -269,6 +269,7 @@ libsubdir = $(libdir)/gcc-lib/$(target_alias)/$(version)
# Used to produce a relative $(gcc_tooldir) in gcc.o # Used to produce a relative $(gcc_tooldir) in gcc.o
unlibsubdir = ../../.. unlibsubdir = ../../..
# Directory in which to find other cross-compilation tools and headers. # Directory in which to find other cross-compilation tools and headers.
dollar = @dollar@
# Used in install-cross. # Used in install-cross.
gcc_tooldir = @gcc_tooldir@ gcc_tooldir = @gcc_tooldir@
# Since tooldir does not exist at build-time, use -B$(build_tooldir)/bin/ # Since tooldir does not exist at build-time, use -B$(build_tooldir)/bin/

5
gcc/configure vendored
View File

@ -8372,8 +8372,8 @@ else
# /foo/ /foo/bar/ ../ # /foo/ /foo/bar/ ../
# /foo /foo/bar/ugg ../../ # /foo /foo/bar/ugg ../../
# #
gcc_tooldir="$(libsubdir)/$(unlibsubdir)/\`echo \$(exec_prefix) | dollar='$$'
sed -e 's|^\$(prefix)||' -e 's|/$||' -e 's|^[^/]|/|' -e 's|/[^/]*|../|g'\`$(target_alias)" gcc_tooldir="\$(libsubdir)/\$(unlibsubdir)/\`echo \$(exec_prefix) | sed -e 's|^\$(prefix)||' -e 's|/\$(dollar)||' -e 's|^[^/]|/|' -e 's|/[^/]*|../|g'\`\$(target_alias)"
fi fi
@ -8687,6 +8687,7 @@ s%@inhibit_libc@%$inhibit_libc%g
s%@sched_prefix@%$sched_prefix%g s%@sched_prefix@%$sched_prefix%g
s%@sched_cflags@%$sched_cflags%g s%@sched_cflags@%$sched_cflags%g
s%@gcc_tooldir@%$gcc_tooldir%g s%@gcc_tooldir@%$gcc_tooldir%g
s%@dollar@%$dollar%g
s%@objdir@%$objdir%g s%@objdir@%$objdir%g
s%@subdirs@%$subdirs%g s%@subdirs@%$subdirs%g
s%@all_languages@%$all_languages%g s%@all_languages@%$all_languages%g

View File

@ -4260,11 +4260,12 @@ changequote(<<, >>)dnl
# /foo/ /foo/bar/ ../ # /foo/ /foo/bar/ ../
# /foo /foo/bar/ugg ../../ # /foo /foo/bar/ugg ../../
# #
gcc_tooldir="$(libsubdir)/$(unlibsubdir)/\`echo \$(exec_prefix) | dollar='$$'
sed -e 's|^\$(prefix)||' -e 's|/$||' -e 's|^[^/]|/|' -e 's|/[^/]*|../|g'\`$(target_alias)" gcc_tooldir="\$(libsubdir)/\$(unlibsubdir)/\`echo \$(exec_prefix) | sed -e 's|^\$(prefix)||' -e 's|/\$(dollar)||' -e 's|^[^/]|/|' -e 's|/[^/]*|../|g'\`\$(target_alias)"
changequote([, ])dnl changequote([, ])dnl
fi fi
AC_SUBST(gcc_tooldir) AC_SUBST(gcc_tooldir)
AC_SUBST(dollar)
# Warn if using init_priority. # Warn if using init_priority.
AC_MSG_CHECKING(whether to enable init_priority by default) AC_MSG_CHECKING(whether to enable init_priority by default)