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
d5f4b428
Commit
d5f4b428
authored
Jul 24, 2000
by
Jason Merrill
Committed by
Jason Merrill
Jul 24, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Makefile.in (bootstrap): Move -BstageN/ to the end.
From-SVN: r35231
parent
cd3165f5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
6 deletions
+10
-6
gcc/ChangeLog
+4
-0
gcc/Makefile.in
+6
-6
No files found.
gcc/ChangeLog
View file @
d5f4b428
2000-07-24 Jason Merrill <jason@redhat.com>
* Makefile.in (bootstrap): Move -BstageN/ to the end.
2000-07-24 Jakub Jelinek <jakub@redhat.com>
* tradcpp.c (main): Update max_include_len for cpp_include_defaults
...
...
gcc/Makefile.in
View file @
d5f4b428
...
...
@@ -2763,22 +2763,22 @@ bootstrap bootstrap-lean: 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
$(exeext)
-B
stage1/ -B
$(build_tooldir)
/bin
/"
CFLAGS
=
"
$(WARN_CFLAGS)
$(BOOT_CFLAGS)
"
LDFLAGS
=
"
$(BOOT_LDFLAGS)
"
libdir
=
$(libdir)
STAGE_PREFIX
=
stage1/
LANGUAGES
=
"
$(LANGUAGES)
"
$(MAKE)
CC
=
"stage1/xgcc
$(exeext)
-B
$(build_tooldir)
/bin/ -Bstage1
/"
CFLAGS
=
"
$(WARN_CFLAGS)
$(BOOT_CFLAGS)
"
LDFLAGS
=
"
$(BOOT_LDFLAGS)
"
libdir
=
$(libdir)
STAGE_PREFIX
=
stage1/
LANGUAGES
=
"
$(LANGUAGES)
"
$(MAKE)
stage2
-if
test
$@
=
bootstrap-lean;
then
rm
-rf
stage1;
cd
stage2
;
rm
-f
$(VOL_FILES);
else
true;
fi
$(MAKE)
CC
=
"stage2/xgcc
$(exeext)
-B
stage2/ -B
$(build_tooldir)
/bin
/"
CFLAGS
=
"
$(WARN_CFLAGS)
$(BOOT_CFLAGS)
"
LDFLAGS
=
"
$(BOOT_LDFLAGS)
"
libdir
=
$(libdir)
STAGE_PREFIX
=
stage2/
LANGUAGES
=
"
$(LANGUAGES)
"
$(MAKE)
CC
=
"stage2/xgcc
$(exeext)
-B
$(build_tooldir)
/bin/ -Bstage2
/"
CFLAGS
=
"
$(WARN_CFLAGS)
$(BOOT_CFLAGS)
"
LDFLAGS
=
"
$(BOOT_LDFLAGS)
"
libdir
=
$(libdir)
STAGE_PREFIX
=
stage2/
LANGUAGES
=
"
$(LANGUAGES)
"
bootstrap2 bootstrap2-lean
:
force
$(MAKE)
CC
=
"stage1/xgcc
$(exeext)
-B
stage1/ -B
$(build_tooldir)
/bin
/"
CFLAGS
=
"
$(WARN_CFLAGS)
$(BOOT_CFLAGS)
"
LDFLAGS
=
"
$(BOOT_LDFLAGS)
"
libdir
=
$(libdir)
STAGE_PREFIX
=
stage1/
LANGUAGES
=
"
$(LANGUAGES)
"
$(MAKE)
CC
=
"stage1/xgcc
$(exeext)
-B
$(build_tooldir)
/bin/ -Bstage1
/"
CFLAGS
=
"
$(WARN_CFLAGS)
$(BOOT_CFLAGS)
"
LDFLAGS
=
"
$(BOOT_LDFLAGS)
"
libdir
=
$(libdir)
STAGE_PREFIX
=
stage1/
LANGUAGES
=
"
$(LANGUAGES)
"
$(MAKE)
stage2
-
if
test
$@
=
bootstrap2-lean
;
then
rm
-rf
stage1
;
cd
stage2
;
rm
-f
$(VOL_FILES)
;
else
true
;
fi
$(MAKE)
CC
=
"stage2/xgcc
$(exeext)
-B
stage2/ -B
$(build_tooldir)
/bin
/"
CFLAGS
=
"
$(WARN_CFLAGS)
$(BOOT_CFLAGS)
"
LDFLAGS
=
"
$(BOOT_LDFLAGS)
"
libdir
=
$(libdir)
STAGE_PREFIX
=
stage2/
LANGUAGES
=
"
$(LANGUAGES)
"
$(MAKE)
CC
=
"stage2/xgcc
$(exeext)
-B
$(build_tooldir)
/bin/ -Bstage2
/"
CFLAGS
=
"
$(WARN_CFLAGS)
$(BOOT_CFLAGS)
"
LDFLAGS
=
"
$(BOOT_LDFLAGS)
"
libdir
=
$(libdir)
STAGE_PREFIX
=
stage2/
LANGUAGES
=
"
$(LANGUAGES)
"
bootstrap3 bootstrap3-lean
:
force
$(MAKE)
CC
=
"stage2/xgcc
$(exeext)
-B
stage2/ -B
$(build_tooldir)
/bin
/"
CFLAGS
=
"
$(WARN_CFLAGS)
$(BOOT_CFLAGS)
"
LDFLAGS
=
"
$(BOOT_LDFLAGS)
"
libdir
=
$(libdir)
STAGE_PREFIX
=
stage2/
LANGUAGES
=
"
$(LANGUAGES)
"
$(MAKE)
CC
=
"stage2/xgcc
$(exeext)
-B
$(build_tooldir)
/bin/ -Bstage2
/"
CFLAGS
=
"
$(WARN_CFLAGS)
$(BOOT_CFLAGS)
"
LDFLAGS
=
"
$(BOOT_LDFLAGS)
"
libdir
=
$(libdir)
STAGE_PREFIX
=
stage2/
LANGUAGES
=
"
$(LANGUAGES)
"
bootstrap4 bootstrap4-lean
:
force
$(MAKE)
CC
=
"stage3/xgcc
$(exeext)
-B
stage3/ -B
$(build_tooldir)
/bin
/"
CFLAGS
=
"
$(WARN_CFLAGS)
$(BOOT_CFLAGS)
"
LDFLAGS
=
"
$(BOOT_LDFLAGS)
"
libdir
=
$(libdir)
STAGE_PREFIX
=
stage3/
LANGUAGES
=
"
$(LANGUAGES)
"
$(MAKE)
CC
=
"stage3/xgcc
$(exeext)
-B
$(build_tooldir)
/bin/ -Bstage3
/"
CFLAGS
=
"
$(WARN_CFLAGS)
$(BOOT_CFLAGS)
"
LDFLAGS
=
"
$(BOOT_LDFLAGS)
"
libdir
=
$(libdir)
STAGE_PREFIX
=
stage3/
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