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
b71e9845
Commit
b71e9845
authored
May 20, 2000
by
H.J. Lu
Committed by
Alexandre Oliva
May 20, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Makefile.in (bootstrap): Unset LANG_LIB2FUNCS for stage 1.
From-SVN: r34046
parent
c2b63960
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/Makefile.in
+1
-1
No files found.
gcc/ChangeLog
View file @
b71e9845
Sat
May
20
08
:
29
:
28
2000
H
.
J
.
Lu
<
hjl
@gnu
.
org
>
*
Makefile
.
in
(
bootstrap
)
:
Unset
LANG_LIB2FUNCS
for
stage
1
.
Sat
May
20
07
:
27
:
35
2000
Alexandre
Oliva
<
aoliva
@cygnus
.
com
>
*
fold
-
const
.
c
(
make_range
)
:
Handle
degenerated
intervals
.
...
...
gcc/Makefile.in
View file @
b71e9845
...
...
@@ -2734,7 +2734,7 @@ bootstrap bootstrap-lean: force
# Only build the C compiler for stage1, because that is the only one that
# we can guarantee will build with the native compiler, and also it is the
# only thing useful for building stage2.
$(MAKE)
CC
=
"
$(CC)
"
libdir
=
$(libdir)
LANGUAGES
=
"
$(BOOT_LANGUAGES)
"
$(MAKE)
CC
=
"
$(CC)
"
libdir
=
$(libdir)
LANGUAGES
=
"
$(BOOT_LANGUAGES)
"
LANG_LIB2FUNCS
=
$(MAKE)
stage1
-if
test
$@
=
bootstrap-lean;
then
cd
stage1
;
rm
-f
$(VOL_FILES);
else
true;
fi
# This used to define ALLOCA as empty, but that would lead to bad results
...
...
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