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
4a46dbe8
Commit
4a46dbe8
authored
Aug 14, 1998
by
H.J. Lu
Committed by
Jeff Law
Aug 13, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Make-lang.in (g77.o): Touch lang-f77 before checking it.
From-SVN: r21708
parent
bb22893c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
gcc/f/ChangeLog
+4
-0
gcc/f/Make-lang.in
+4
-0
No files found.
gcc/f/ChangeLog
View file @
4a46dbe8
Tue Aug 11 08:12:14 1998 H.J. Lu (hjl@gnu.org)
* Make-lang.in (g77.o): Touch lang-f77 before checking it.
1998-08-09 Dave Love <d.love@dl.ac.uk>
* Make-lang.in (f/g77.dvi): Replace non-working use of texi2dvi
...
...
gcc/f/Make-lang.in
View file @
4a46dbe8
...
...
@@ -93,6 +93,10 @@ g77version.o: $(srcdir)/f/version.c
# to track changes to the toplevel gcc Makefile as well.
# We depend on g77.c last, to make it obvious where it came from.
g77.o
:
$(CONFIG_H) multilib.h config.status $(lang_specs_files) g77.c
case
"
$(LANGUAGES)
"
in
\
*
[
fF]77
*
)
touch lang-f77
;;
\
*
)
rm
-f
lang-f77
;;
\
esac
if
[
-f
lang-f77
]
;
then
\
$(CC)
$(ALL_CFLAGS)
$(ALL_CPPFLAGS)
$(INCLUDES)
$(DRIVER_DEFINES)
\
-DLANG_SPECIFIC_DRIVER
-c
g77.c
;
\
...
...
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