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
fff14bb3
Commit
fff14bb3
authored
Jul 28, 2000
by
Alexandre Oliva
Committed by
Alexandre Oliva
Jul 28, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Makefile.in (bootstrap): Move -BstageN/ back to the beginning.
From-SVN: r35305
parent
922a4beb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
7 deletions
+11
-7
gcc/ChangeLog
+4
-0
gcc/Makefile.in
+7
-7
No files found.
gcc/ChangeLog
View file @
fff14bb3
2000-07-27 Alexandre Oliva <aoliva@redhat.com>
* Makefile.in (bootstrap): Move -BstageN/ back to the beginning.
2000-07-27 Andrew Cagney <cagney@b1.cygnus.com>
* gcc.c (struct prefix_list): Add member priority.
...
...
gcc/Makefile.in
View file @
fff14bb3
...
...
@@ -165,7 +165,7 @@ INSTALL_ASSERT_H = install-assert-h
# The GCC to use for compiling libgcc.a, enquire, and libgcc1-test.
# Usually the one we just built.
# Don't use this as a dependency--use $(GCC_PASSES) or $(GCC_PARTS).
GCC_FOR_TARGET
=
./xgcc
-B
$(build_tooldir)
/bin/
-B
.
/
-isystem
$(build_tooldir)
/include
GCC_FOR_TARGET
=
./xgcc
-B
./
-B
$(build_tooldir)
/bin
/
-isystem
$(build_tooldir)
/include
# This is used instead of ALL_CFLAGS when compiling with GCC_FOR_TARGET.
# It omits XCFLAGS, and specifies -B./.
...
...
@@ -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
$(build_tooldir)
/bin/ -Bstage1
/"
CFLAGS
=
"
$(WARN_CFLAGS)
$(BOOT_CFLAGS)
"
LDFLAGS
=
"
$(BOOT_LDFLAGS)
"
libdir
=
$(libdir)
STAGE_PREFIX
=
stage1/
LANGUAGES
=
"
$(LANGUAGES)
"
$(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)
stage2
-if
test
$@
=
bootstrap-lean;
then
rm
-rf
stage1;
cd
stage2
;
rm
-f
$(VOL_FILES);
else
true;
fi
$(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)
"
$(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)
"
bootstrap2 bootstrap2-lean
:
force
$(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)
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)
stage2
-
if
test
$@
=
bootstrap2-lean
;
then
rm
-rf
stage1
;
cd
stage2
;
rm
-f
$(VOL_FILES)
;
else
true
;
fi
$(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)
"
$(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)
"
bootstrap3 bootstrap3-lean
:
force
$(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)
"
$(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)
"
bootstrap4 bootstrap4-lean
:
force
$(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)
"
$(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)
"
# 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