diff options
Diffstat (limited to 'gcc/configure')
-rwxr-xr-x | gcc/configure | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/gcc/configure b/gcc/configure index b3181529acc..64999d034ab 100755 --- a/gcc/configure +++ b/gcc/configure @@ -4219,13 +4219,13 @@ if [ -f ../gas/Makefile ]; then fi # If we have ld in the build tree, make a link to it. -if [ -f ../ld/Makefile ]; then - if [ x$use_collect2 = x ]; then - rm -f ld; $symbolic_link ../ld/ld.new ld 2>/dev/null - else - rm -f collect-ld; $symbolic_link ../ld/ld.new collect-ld 2>/dev/null - fi -fi +#if [ -f ../ld/Makefile ]; then +# if [ x$use_collect2 = x ]; then +# rm -f ld; $symbolic_link ../ld/ld.new ld 2>/dev/null +# else +# rm -f collect-ld; $symbolic_link ../ld/ld.new collect-ld 2>/dev/null +# fi +#fi # Figure out what language subdirectories are present. subdirs= |