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
57f989ce
Commit
57f989ce
authored
Mar 12, 2003
by
Andreas Jaeger
Committed by
Andreas Jaeger
Mar 12, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Make-lang.in (tree1$(exeext)): Add c-cppbuiltin.o.
From-SVN: r64222
parent
e1145e7f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
3 deletions
+9
-3
gcc/treelang/ChangeLog
+4
-0
gcc/treelang/Make-lang.in
+5
-3
No files found.
gcc/treelang/ChangeLog
View file @
57f989ce
2003-03-12 Andreas Jaeger <aj@suse.de>
* Make-lang.in (tree1$(exeext)): Add c-cppbuiltin.o.
2003-03-08 Neil Booth <neil@daikokuya.co.uk>
* tree1.c (in_fname): Fix type.
...
...
gcc/treelang/Make-lang.in
View file @
57f989ce
...
...
@@ -82,10 +82,12 @@ treelang.done: tree1$(exeext)
# core compiler
tree1$(exeext)
:
treelang/tree1.o treelang/treetree.o treelang/lex.o treelang/parse.o
\
$(TREE_BE_LIBS) c-convert.o c-typeck.o c-common.o c-decl.o attribs.o
$(TREE_BE_LIBS) c-convert.o c-typeck.o c-common.o c-cppbuiltin.o
\
c-decl.o attribs.o
$(CC)
$(ALL_CFLAGS)
$(LDFLAGS)
-o
$@
\
treelang/tree1.o treelang/treetree.o treelang/lex.o treelang/parse.o c-convert.o
\
c-typeck.o c-common.o c-decl.o attribs.o
$(TREE_BE_LIBS)
treelang/tree1.o treelang/treetree.o treelang/lex.o treelang/parse.o
c-convert.o c-typeck.o c-common.o c-cppbuiltin.o c-decl.o attribs.o
\
$(TREE_BE_LIBS)
#
# Compiling object files from 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