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
b744590b
Commit
b744590b
authored
Jun 27, 1998
by
Jeffrey A Law
Committed by
Jeff Law
Jun 27, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Make-lang.in (g77): Depend on mkstemp.o. Link in mkstemp.o
From-SVN: r20753
parent
7f43495a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/f/ChangeLog.egcs
+4
-0
gcc/f/Make-lang.in
+2
-2
No files found.
gcc/f/ChangeLog.egcs
View file @
b744590b
Sat Jun 27 12:18:33 1998 Jeffrey A Law (law@cygnus.com)
* Make-lang.in (g77): Depend on mkstemp.o. Link in mkstemp.o
Wed Jun 24 01:01:23 1998 Jeffrey A Law (law@cygnus.com)
* g77spec.c (lang_specific_driver): Revert last change.
...
...
gcc/f/Make-lang.in
View file @
b744590b
...
...
@@ -99,11 +99,11 @@ g77.o: $(CONFIG_H) multilib.h config.status $(lang_specs_files) g77.c
fi
# Create the compiler driver for g77.
g77$(exeext)
:
g77.o g77spec.o g77version.o version.o choose-temp.o pexecute.o prefix.o
\
g77$(exeext)
:
g77.o g77spec.o g77version.o version.o choose-temp.o pexecute.o prefix.o
mkstemp.o
\
$(LIBDEPS) $(EXTRA_GCC_OBJS)
if
[
-f
lang-f77
]
;
then
\
$(CC)
$(ALL_CFLAGS)
$(LDFLAGS)
-o
$@
g77.o g77spec.o g77version.o
\
version.o choose-temp.o pexecute.o prefix.o
$(EXTRA_GCC_OBJS)
$(LIBS)
;
\
version.o choose-temp.o pexecute.o prefix.o
mkstemp.o
$(EXTRA_GCC_OBJS)
$(LIBS)
;
\
fi
# Create a version of the g77 driver which calls the cross-compiler.
...
...
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