Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
a5564331
Commit
a5564331
authored
Jan 13, 1993
by
Ian Lance Taylor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed REAL_LD_NAME
From-SVN: r3228
parent
53cc3d63
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
gcc/Makefile.in
+0
-5
No files found.
gcc/Makefile.in
View file @
a5564331
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment