diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 1993-01-13 23:29:10 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 1993-01-13 23:29:10 +0000 |
commit | a556433125f3df60655ce8b8eb3e08ecbece727c (patch) | |
tree | c626849f6532d1128b1921ade007035507efbfa3 | |
parent | 53cc3d63170615deac779c9338b287a73f51faa1 (diff) | |
download | gcc-a556433125f3df60655ce8b8eb3e08ecbece727c.zip gcc-a556433125f3df60655ce8b8eb3e08ecbece727c.tar.gz gcc-a556433125f3df60655ce8b8eb3e08ecbece727c.tar.bz2 |
Removed REAL_LD_NAME
From-SVN: r3228
-rw-r--r-- | gcc/Makefile.in | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 809a7bd..725ad71 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -232,11 +232,6 @@ GCC_PASSES=xgcc cc1 cpp $(EXTRA_PASSES) # to link anything. GCC_PARTS=$(GCC_PASSES) libgcc.a $(EXTRA_PROGRAMS) $(USE_COLLECT2) $(EXTRA_PARTS) -# Name of `ld' to link into the binary directory for a cross-compiler. -# If we are using collect2, this will be `gld', since `ld' is collect2. -# Otherwise it is `ld'. -REAL_LD_NAME=`if [ x$(USE_COLLECT2) = xld ]; then echo "gld"; else echo "ld"; fi` - # Directory to link to, when using the target `maketest'. DIR = ../gcc |