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
c073ab61
Commit
c073ab61
authored
Jun 03, 2004
by
Christopher Faylor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
revert accidental checkin
From-SVN: r82609
parent
1600fe22
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
Makefile.in
+2
-3
No files found.
Makefile.in
View file @
c073ab61
...
@@ -27682,13 +27682,12 @@ all-gcc: configure-gcc
...
@@ -27682,13 +27682,12 @@ all-gcc: configure-gcc
@if
gcc-no-bootstrap
@if
gcc-no-bootstrap
r
=
`
${
PWD_COMMAND
}
`
;
export
r
;
\
r
=
`
${
PWD_COMMAND
}
`
;
export
r
;
\
s
=
`
cd
$(srcdir)
;
${
PWD_COMMAND
}
`
;
export
s
;
\
s
=
`
cd
$(srcdir)
;
${
PWD_COMMAND
}
`
;
export
s
;
\
cd
gcc
||
exit
0
;
\
$(SET_LIB_PATH)
\
$(SET_LIB_PATH)
\
$(GCC_HOST_EXPORTS)
\
$(GCC_HOST_EXPORTS)
\
if
[
-f
gcc/stage_last
]
;
then
\
if
[
-f
gcc/stage_last
]
;
then
\
$(MAKE)
$(GCC_FLAGS_TO_PASS)
quickstrap
;
\
(
cd
gcc
&&
$(MAKE)
$(GCC_FLAGS_TO_PASS)
quickstrap
)
;
\
else
\
else
\
$(MAKE)
$(GCC_FLAGS_TO_PASS)
all
;
\
(
cd
gcc
&&
$(MAKE)
$(GCC_FLAGS_TO_PASS)
all
)
;
\
fi
fi
# Building GCC uses some tools for rebuilding "source" files
# Building GCC uses some tools for rebuilding "source" files
...
...
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