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
37433f49
Commit
37433f49
authored
May 21, 1998
by
Jeffrey A Law
Committed by
Jeff Law
May 21, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Makefile.in (gencheck): Depend on HOST_LIBDEPS.
From-SVN: r19939
parent
1a29f703
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
+3
-1
gcc/ChangeLog
+2
-0
gcc/Makefile.in
+1
-1
No files found.
gcc/ChangeLog
View file @
37433f49
...
...
@@ -5,6 +5,8 @@ Thu May 21 19:50:13 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
Thu May 21 23:09:50 1998 Jeffrey A Law (law@cygnus.com)
* Makefile.in (gencheck): Depend on HOST_LIBDEPS.
* alias.c (rtx_equal_for_memref_p): Handle SCRATCH as a memory
address.
...
...
gcc/Makefile.in
View file @
37433f49
...
...
@@ -1371,7 +1371,7 @@ s-check : tree.def gencheck $(srcdir)/move-if-change
$(srcdir)
/move-if-change tmp-check.h tree-check.h
touch s-check
gencheck
:
gencheck.o tree.h tree.def
gencheck
:
gencheck.o tree.h tree.def
$(HOST_LIBDEPS)
$(HOST_CC)
$(HOST_CFLAGS)
$(HOST_LDFLAGS)
-o
$@
\
gencheck.o
$(HOST_LIBS)
...
...
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