Commit e41cea70 by Jan-Jaap van der Heijden Committed by Jeff Law

configure.in: Make symlink to as-new rather than as.new.

        * configure.in: Make symlink to as-new rather than as.new.  Similarly
        for ld-new.
        * configure: Rebuilt.

From-SVN: r15133
parent aa5f3bad
Sun Sep 7 09:59:08 1997 Jan-Jaap van der Heijden (J.J.vanderHeijden@student.utwente.nl)
* configure.in: Make symlink to as-new rather than as.new. Similarly
for ld-new.
* configure: Rebuilt.
Fri Sep 5 16:54:55 1997 Jim Wilson <wilson@cygnus.com> Fri Sep 5 16:54:55 1997 Jim Wilson <wilson@cygnus.com>
* profile.c (output_func_start_profiler): Set DECL_EXTERNAL to zero. * profile.c (output_func_start_profiler): Set DECL_EXTERNAL to zero.
......
...@@ -4370,15 +4370,15 @@ fi ...@@ -4370,15 +4370,15 @@ fi
# If we have gas in the build tree, make a link to it. # If we have gas in the build tree, make a link to it.
if [ -f ../gas/Makefile ]; then if [ -f ../gas/Makefile ]; then
rm -f as; $symbolic_link ../gas/as.new as 2>/dev/null rm -f as; $symbolic_link ../gas/as-new as 2>/dev/null
fi fi
# If we have ld in the build tree, make a link to it. # If we have ld in the build tree, make a link to it.
if [ -f ../ld/Makefile ]; then if [ -f ../ld/Makefile ]; then
# if [[ x$use_collect2 = x ]]; then # if [[ x$use_collect2 = x ]]; then
# rm -f ld; $symbolic_link ../ld/ld.new ld 2>/dev/null # rm -f ld; $symbolic_link ../ld/ld-new ld 2>/dev/null
# else # else
rm -f collect-ld; $symbolic_link ../ld/ld.new collect-ld 2>/dev/null rm -f collect-ld; $symbolic_link ../ld/ld-new collect-ld 2>/dev/null
# fi # fi
fi fi
......
...@@ -2898,15 +2898,15 @@ fi ...@@ -2898,15 +2898,15 @@ fi
# If we have gas in the build tree, make a link to it. # If we have gas in the build tree, make a link to it.
if [[ -f ../gas/Makefile ]]; then if [[ -f ../gas/Makefile ]]; then
rm -f as; $symbolic_link ../gas/as.new as 2>/dev/null rm -f as; $symbolic_link ../gas/as-new as 2>/dev/null
fi fi
# If we have ld in the build tree, make a link to it. # If we have ld in the build tree, make a link to it.
if [[ -f ../ld/Makefile ]]; then if [[ -f ../ld/Makefile ]]; then
# if [[ x$use_collect2 = x ]]; then # if [[ x$use_collect2 = x ]]; then
# rm -f ld; $symbolic_link ../ld/ld.new ld 2>/dev/null # rm -f ld; $symbolic_link ../ld/ld-new ld 2>/dev/null
# else # else
rm -f collect-ld; $symbolic_link ../ld/ld.new collect-ld 2>/dev/null rm -f collect-ld; $symbolic_link ../ld/ld-new collect-ld 2>/dev/null
# fi # fi
fi fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment