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
0ac19cfa
Commit
0ac19cfa
authored
Mar 28, 2001
by
DJ Delorie
Committed by
DJ Delorie
Mar 28, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert cflags patch.
From-SVN: r40935
parent
145c1def
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
gcc/ChangeLog
+4
-0
gcc/Makefile.in
+1
-2
No files found.
gcc/ChangeLog
View file @
0ac19cfa
2001
-
03
-
28
DJ
Delorie
<
dj
@redhat
.
com
>
*
Makefile
.
in
(
stage1_build
)
:
Revert
CFLAGS
patch
.
2001
-
03
-
28
Marek
Michalkiewicz
<
marekm
@linux
.
org
.
pl
>
2001
-
03
-
28
Marek
Michalkiewicz
<
marekm
@linux
.
org
.
pl
>
*
config
/
avr
/
libgcc
.
S
(
__mulhi3
)
:
Correct
tests
to
exit
the
loop
*
config
/
avr
/
libgcc
.
S
(
__mulhi3
)
:
Correct
tests
to
exit
the
loop
...
...
gcc/Makefile.in
View file @
0ac19cfa
...
@@ -2937,8 +2937,7 @@ STAGE2_FLAGS_TO_PASS = \
...
@@ -2937,8 +2937,7 @@ STAGE2_FLAGS_TO_PASS = \
# we can guarantee will build with the native compiler, and also it is the
# we can guarantee will build with the native compiler, and also it is the
# only thing useful for building stage2.
# only thing useful for building stage2.
stage1_build
:
stage1_build
:
$(MAKE)
CC
=
"
$(CC)
"
libdir
=
$(libdir)
LANGUAGES
=
"
$(BOOT_LANGUAGES)
"
\
$(MAKE)
CC
=
"
$(CC)
"
libdir
=
$(libdir)
LANGUAGES
=
"
$(BOOT_LANGUAGES)
"
CFLAGS
=
"
$(CFLAGS)
"
touch stage1_build
touch stage1_build
echo
stage1_build
>
stage_last
echo
stage1_build
>
stage_last
...
...
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