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
09f97c1e
Commit
09f97c1e
authored
Sep 19, 1997
by
Jeffrey A Law
Committed by
Jeff Law
Sep 18, 1997
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Makefile.in (cross): New target.
From-SVN: r15564
parent
339c9b00
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
0 deletions
+14
-0
ChangeLog
+4
-0
Makefile.in
+10
-0
No files found.
ChangeLog
View file @
09f97c1e
Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
* Makefile.in (cross): New target.
Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
Jeff Law <law@cygnus.com>
Jeff Law <law@cygnus.com>
...
...
Makefile.in
View file @
09f97c1e
...
@@ -1298,6 +1298,16 @@ bootstrap bootstrap2 bootstrap3: all-texinfo all-bison all-byacc all-binutils al
...
@@ -1298,6 +1298,16 @@ bootstrap bootstrap2 bootstrap3: all-texinfo all-bison all-byacc all-binutils al
@
echo
"Building runtime libraries"
;
\
@
echo
"Building runtime libraries"
;
\
$(MAKE)
all
$(MAKE)
all
.PHONY
:
cross
cross
:
all-texinfo all-bison all-byacc all-binutils all-gas all-ld
@
r
=
`
pwd
`
;
export
r
;
\
s
=
`
cd
$(srcdir)
;
pwd
`
;
export
s
;
\
$(SET_LIB_PATH)
\
echo
"Building the C and C++ compiler"
;
\
cd
gcc
;
$(MAKE)
$(GCC_FLAGS_TO_PASS)
LANGUAGES
=
"c c++"
@
echo
"Building runtime libraries"
;
\
$(MAKE)
all
LANGUAGES
=
"c c++"
.PHONY
:
check-gcc
.PHONY
:
check-gcc
check-gcc
:
check-gcc
:
@
if
[
-f
./gcc/Makefile
]
;
then
\
@
if
[
-f
./gcc/Makefile
]
;
then
\
...
...
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