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
9a4bcb83
Commit
9a4bcb83
authored
Mar 21, 1999
by
Manfred Hollstein
Committed by
Manfred Hollstein
Mar 21, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
From-SVN: r25880
parent
28a4a7ff
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
19 additions
and
5 deletions
+19
-5
gcc/Makefile.in
+1
-1
gcc/f/ChangeLog
+4
-0
gcc/f/Make-lang.in
+2
-2
gcc/java/Make-lang.in
+2
-2
gcc/po/ChangeLog
+10
-0
No files found.
gcc/Makefile.in
View file @
9a4bcb83
...
@@ -881,7 +881,7 @@ stamp-objlist: $(OBJS)
...
@@ -881,7 +881,7 @@ stamp-objlist: $(OBJS)
# and CC is `gcc'. It is renamed to `gcc' when it is installed.
# and CC is `gcc'. It is renamed to `gcc' when it is installed.
xgcc$(exeext)
:
gcc.o version.o intl.o prefix.o
\
xgcc$(exeext)
:
gcc.o version.o intl.o prefix.o
\
version.o $(LIBDEPS) $(EXTRA_GCC_OBJS)
version.o $(LIBDEPS) $(EXTRA_GCC_OBJS)
$(CC)
$(ALL_CFLAGS)
$(LDFLAGS)
-o
$@
gcc.o prefix.o version.o
\
$(CC)
$(ALL_CFLAGS)
$(LDFLAGS)
-o
$@
gcc.o
intl.o
prefix.o version.o
\
$(EXTRA_GCC_OBJS)
$(LIBS)
$(EXTRA_GCC_OBJS)
$(LIBS)
# Dump a specs file to make -B./ read these specs over installed ones.
# Dump a specs file to make -B./ read these specs over installed ones.
...
...
gcc/f/ChangeLog
View file @
9a4bcb83
1999-03-21 Manfred Hollstein <manfred@s-direktnet.de>
* Makefile.in (g77$(exeext)): Depend on intl.o. Link in intl.o.
Wed Mar 17 11:39:44 1999 Craig Burley <craig@jcb-sc.com>
Wed Mar 17 11:39:44 1999 Craig Burley <craig@jcb-sc.com>
* news.texi: Editorial fix.
* news.texi: Editorial fix.
...
...
gcc/f/Make-lang.in
View file @
9a4bcb83
...
@@ -103,11 +103,11 @@ g77.o: $(CONFIG_H) multilib.h config.status $(lang_specs_files) g77.c prefix.h
...
@@ -103,11 +103,11 @@ g77.o: $(CONFIG_H) multilib.h config.status $(lang_specs_files) g77.c prefix.h
else
true
;
fi
else
true
;
fi
# Create the compiler driver for g77.
# Create the compiler driver for g77.
g77$(exeext)
:
g77.o g77spec.o g77version.o version.o prefix.o
\
g77$(exeext)
:
g77.o g77spec.o g77version.o version.o prefix.o
intl.o
\
$(LIBDEPS) $(EXTRA_GCC_OBJS)
$(LIBDEPS) $(EXTRA_GCC_OBJS)
if
[
-f
lang-f77
]
;
then
\
if
[
-f
lang-f77
]
;
then
\
$(CC)
$(ALL_CFLAGS)
$(LDFLAGS)
-o
$@
g77.o g77spec.o g77version.o
\
$(CC)
$(ALL_CFLAGS)
$(LDFLAGS)
-o
$@
g77.o g77spec.o g77version.o
\
version.o prefix.o
$(EXTRA_GCC_OBJS)
$(LIBS)
;
\
version.o prefix.o
intl.o
$(EXTRA_GCC_OBJS)
$(LIBS)
;
\
else
true
;
fi
else
true
;
fi
# Create a version of the g77 driver which calls the cross-compiler.
# Create a version of the g77 driver which calls the cross-compiler.
...
...
gcc/java/Make-lang.in
View file @
9a4bcb83
...
@@ -101,8 +101,8 @@ $(GCJ).o: $(CONFIG_H) multilib.h config.status $(lang_specs_files) $(GCJ).c \
...
@@ -101,8 +101,8 @@ $(GCJ).o: $(CONFIG_H) multilib.h config.status $(lang_specs_files) $(GCJ).c \
# Create the compiler driver for $(GCJ).
# Create the compiler driver for $(GCJ).
$(GCJ)$(exeext)
:
$(GCJ).o jvspec.o version.o
\
$(GCJ)$(exeext)
:
$(GCJ).o jvspec.o version.o
\
prefix.o $(LIBDEPS) $(EXTRA_GCC_OBJS)
prefix.o
intl.o
$(LIBDEPS) $(EXTRA_GCC_OBJS)
$(CC)
$(ALL_CFLAGS)
$(LDFLAGS)
-o
$@
$(GCJ)
.o jvspec.o prefix.o
\
$(CC)
$(ALL_CFLAGS)
$(LDFLAGS)
-o
$@
$(GCJ)
.o jvspec.o prefix.o
intl.o
\
version.o
$(EXTRA_GCC_OBJS)
$(LIBS)
version.o
$(EXTRA_GCC_OBJS)
$(LIBS)
# Create a version of the $(GCJ) driver which calls the cross-compiler.
# Create a version of the $(GCJ) driver which calls the cross-compiler.
...
...
gcc/po/ChangeLog
View file @
9a4bcb83
1999-03-21 Manfred Hollstein <manfred@s-direktnet.de>
* POTFILES.in: Track latest file renamings.
1999-03-01 Manfred Hollstein <manfred@s-direktnet.de>
* POTFILES.in: Remove files which do not exist anymore in egcs.
Fix names of those files which are now living in egcs's
libiberty/include directories.
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