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
6f3fcc0b
Commit
6f3fcc0b
authored
Jul 09, 2003
by
Matt Kraai
Committed by
Matt Kraai
Jul 09, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Makefile.in (stage1-start): Handle an empty SUBDIRS.
From-SVN: r69117
parent
ec049fdb
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 @
6f3fcc0b
2003-07-08 Matt Kraai <kraai@alumni.cmu.edu>
* Makefile.in (stage1-start): Handle an empty SUBDIRS.
2003-07-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* genattr.c (internal_dfa_insn_code): Don't prototype.
...
...
gcc/Makefile.in
View file @
6f3fcc0b
...
...
@@ -3731,7 +3731,7 @@ compare4-lean: @make_compare_target@4-lean
stage1-start
:
-
if
[
-d
stage1
]
;
then
true
;
else
mkdir stage1
;
fi
$(MAKE)
-f
libgcc.mk libgcc-stage-start
stage
=
stage1
-
for
dir
in
$(SUBDIRS)
;
\
-
subdirs
=
"
$(SUBDIRS)
"
;
for
dir
in
$$
subdirs
;
\
do
\
if
[
-d
stage1/
$$
dir
]
;
then
true
;
else
mkdir stage1/
$$
dir
;
fi
;
\
done
...
...
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