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
a2ecc7b9
Commit
a2ecc7b9
authored
Jan 09, 1993
by
Richard Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(bootstrap*): Pass BOOT_LDFLAGS down as LDFLAGS.
From-SVN: r3171
parent
316bd062
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
gcc/Makefile.in
+5
-5
No files found.
gcc/Makefile.in
View file @
a2ecc7b9
...
...
@@ -1768,17 +1768,17 @@ bootstrap: force
# To prevent `make install' from compiling alloca.o and then relinking cc1
# because alloca.o is newer, we permit these recursive makes to compile
# alloca.o. Then cc1 is newer, so it won't have to be relinked.
$(MAKE)
CC
=
"stage1/xgcc -Bstage1/"
CFLAGS
=
"
$(BOOT_CFLAGS)
"
libdir
=
$(libdir)
LANGUAGES
=
"
$(LANGUAGES)
"
$(MAKE)
CC
=
"stage1/xgcc -Bstage1/"
CFLAGS
=
"
$(BOOT_CFLAGS)
"
LDFLAGS
=
"
$(BOOT_LDFLAGS)
"
libdir
=
$(libdir)
LANGUAGES
=
"
$(LANGUAGES)
"
$(MAKE)
stage2
$(MAKE)
CC
=
"stage2/xgcc -Bstage2/"
CFLAGS
=
"
$(BOOT_CFLAGS)
"
libdir
=
$(libdir)
LANGUAGES
=
"
$(LANGUAGES)
"
$(MAKE)
CC
=
"stage2/xgcc -Bstage2/"
CFLAGS
=
"
$(BOOT_CFLAGS)
"
LDFLAGS
=
"
$(BOOT_LDFLAGS)
"
libdir
=
$(libdir)
LANGUAGES
=
"
$(LANGUAGES)
"
bootstrap2
:
force
$(MAKE)
CC
=
"stage1/xgcc -Bstage1/"
CFLAGS
=
"
$(BOOT_CFLAGS)
"
libdir
=
$(libdir)
LANGUAGES
=
"
$(LANGUAGES)
"
$(MAKE)
CC
=
"stage1/xgcc -Bstage1/"
CFLAGS
=
"
$(BOOT_CFLAGS)
"
LDFLAGS
=
"
$(BOOT_LDFLAGS)
"
libdir
=
$(libdir)
LANGUAGES
=
"
$(LANGUAGES)
"
$(MAKE)
stage2
$(MAKE)
CC
=
"stage2/xgcc -Bstage2/"
CFLAGS
=
"
$(BOOT_CFLAGS)
"
libdir
=
$(libdir)
LANGUAGES
=
"
$(LANGUAGES)
"
$(MAKE)
CC
=
"stage2/xgcc -Bstage2/"
CFLAGS
=
"
$(BOOT_CFLAGS)
"
LDFLAGS
=
"
$(BOOT_LDFLAGS)
"
libdir
=
$(libdir)
LANGUAGES
=
"
$(LANGUAGES)
"
bootstrap3
:
force
$(MAKE)
CC
=
"stage2/xgcc -Bstage2/"
CFLAGS
=
"
$(BOOT_CFLAGS)
"
libdir
=
$(libdir)
LANGUAGES
=
"
$(LANGUAGES)
"
$(MAKE)
CC
=
"stage2/xgcc -Bstage2/"
CFLAGS
=
"
$(BOOT_CFLAGS)
"
LDFLAGS
=
"
$(BOOT_LDFLAGS)
"
libdir
=
$(libdir)
LANGUAGES
=
"
$(LANGUAGES)
"
# Compare the object files in the current directory with those in the
# stage2 directory.
...
...
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