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
44c6f029
Commit
44c6f029
authored
Mar 28, 1992
by
Richard Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
From-SVN: r606
parent
eb528802
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
25 deletions
+7
-25
gcc/config/m68k/t-next
+0
-4
gcc/config/mips/t-mips
+2
-7
gcc/config/mips/t-osfrose
+2
-7
gcc/config/mips/t-ultrix
+3
-7
No files found.
gcc/config/m68k/t-next
View file @
44c6f029
...
...
@@ -5,7 +5,3 @@ LIBGCC1=
EXTRA_PROGRAMS = ld
ld : collect2
rm -f ld
ln collect2 ld
gcc/config/mips/t-mips
View file @
44c6f029
EXTRA_PASSES = mips-tfile mips-tdump ld
EXTRA_PASSES = mips-tfile mips-tdump
EXTRA_PROGRAMS = ld
CCLIBFLAGS = -O -G 0
LIBGCC2_CFLAGS = -O2 $(GCC_CFLAGS) -g1 -G 0
CONFIG2_H = $(srcdir)/config/mips.h
...
...
@@ -45,9 +46,3 @@ mips-tdump: mips-tdump.o version.o $(LIBDEPS)
$(CC) $(CFLAGS) $(LDFLAGS) -o mips-tdump mips-tdump.o version.o $(LIBS)
mips-tdump.o : mips-tdump.c $(CONFIG_H) $(CONFIG2_H) $(RTL_H)
# Build collect
ld: collect2
rm -f ld
ln collect2 ld
gcc/config/mips/t-osfrose
View file @
44c6f029
EXTRA_PASSES = ld
# Use collect2 to link.
EXTRA_PROGRAMS = ld
EXTRA_OBJS = halfpic.o
LIMITS_H =
CONFIG2_H = $(srcdir)/config/mips.h $(srcdir)/config/decrose.h $(srcdir)/halfpic.h
...
...
@@ -37,9 +38,3 @@ recog.o: $(CONFIG2_H)
reload.o: $(CONFIG2_H)
halfpic.o: halfpic.c $(CONFIG_H) $(CONFIG2_H) $(RTL_H) $(TREE_H)
# Build collect
ld: collect2
rm -f ld
ln collect2 ld
gcc/config/mips/t-ultrix
View file @
44c6f029
EXTRA_PASSES = mips-tfile mips-tdump ld
EXTRA_PASSES = mips-tfile mips-tdump
# Use collect2 to link.
EXTRA_PROGRAMS = ld
CCLIBFLAGS = -O -G 0
LIBGCC2_CFLAGS = -O2 $(GCC_CFLAGS) -g1 -G 0
CONFIG2_H = $(srcdir)/config/mips.h
...
...
@@ -45,9 +47,3 @@ mips-tdump: mips-tdump.o version.o $(LIBDEPS)
$(CC) $(CFLAGS) $(LDFLAGS) -o mips-tdump mips-tdump.o version.o $(LIBS)
mips-tdump.o : mips-tdump.c $(CONFIG_H) $(CONFIG2_H) $(RTL_H)
# Build collect
ld: collect2
rm -f ld
ln collect2 ld
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