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
30979105
Commit
30979105
authored
May 18, 1992
by
Michael Meissner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
From-SVN: r1011
parent
2e0b13db
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
6 deletions
+18
-6
gcc/config/mips/t-mips
+6
-2
gcc/config/mips/t-osfrose
+6
-2
gcc/config/mips/t-ultrix
+6
-2
No files found.
gcc/config/mips/t-mips
View file @
30979105
...
@@ -4,8 +4,12 @@ LIBGCC2_CFLAGS = -O2 $(GCC_CFLAGS) -g1 -G 0
...
@@ -4,8 +4,12 @@ LIBGCC2_CFLAGS = -O2 $(GCC_CFLAGS) -g1 -G 0
CONFIG2_H = $(srcdir)/config/mips.h
CONFIG2_H = $(srcdir)/config/mips.h
# We have a premade insn-attrtab.c to save the hour it takes to run genattrtab.
# We have a premade insn-attrtab.c to save the hour it takes to run genattrtab.
PREMADE_ATTRTAB = config/mips-at.c
PREMADE_ATTRTAB = $(srcdir)/config/mips-at.c
PREMADE_ATTRTAB_MD = config/mips-at.md
PREMADE_ATTRTAB_MD = $(srcdir)/config/mips-at.md
# Supress building libgcc1.a, since the MIPS compiler port is complete
# and does not need anything from libgcc1.a.
LIBGCC1 = libgcc1.null
# Add additional dependencies to recompile selected modules whenever the
# Add additional dependencies to recompile selected modules whenever the
# tm.h file changes. The files compiled are:
# tm.h file changes. The files compiled are:
...
...
gcc/config/mips/t-osfrose
View file @
30979105
...
@@ -3,8 +3,12 @@ LIMITS_H =
...
@@ -3,8 +3,12 @@ LIMITS_H =
CONFIG2_H = $(srcdir)/config/mips.h $(srcdir)/config/decrose.h $(srcdir)/halfpic.h
CONFIG2_H = $(srcdir)/config/mips.h $(srcdir)/config/decrose.h $(srcdir)/halfpic.h
# We have a premade insn-attrtab.c to save the hour it takes to run genattrtab.
# We have a premade insn-attrtab.c to save the hour it takes to run genattrtab.
PREMADE_ATTRTAB = config/mips-at.c
PREMADE_ATTRTAB = $(srcdir)/config/mips-at.c
PREMADE_ATTRTAB_MD = config/mips-at.md
PREMADE_ATTRTAB_MD = $(srcdir)/config/mips-at.md
# Supress building libgcc1.a, since the MIPS compiler port is complete
# and does not need anything from libgcc1.a.
LIBGCC1 = libgcc1.null
# Add additional dependencies to recompile selected modules whenever the
# Add additional dependencies to recompile selected modules whenever the
# tm.h file changes. The files compiled are:
# tm.h file changes. The files compiled are:
...
...
gcc/config/mips/t-ultrix
View file @
30979105
...
@@ -4,8 +4,12 @@ LIBGCC2_CFLAGS = -O2 $(GCC_CFLAGS) -g1 -G 0
...
@@ -4,8 +4,12 @@ LIBGCC2_CFLAGS = -O2 $(GCC_CFLAGS) -g1 -G 0
CONFIG2_H = $(srcdir)/config/mips.h
CONFIG2_H = $(srcdir)/config/mips.h
# We have a premade insn-attrtab.c to save the hour it takes to run genattrtab.
# We have a premade insn-attrtab.c to save the hour it takes to run genattrtab.
PREMADE_ATTRTAB = config/mips-at.c
PREMADE_ATTRTAB = $(srcdir)/config/mips-at.c
PREMADE_ATTRTAB_MD = config/mips-at.md
PREMADE_ATTRTAB_MD = $(srcdir)/config/mips-at.md
# Supress building libgcc1.a, since the MIPS compiler port is complete
# and does not need anything from libgcc1.a.
LIBGCC1 = libgcc1.null
# Add additional dependencies to recompile selected modules whenever the
# Add additional dependencies to recompile selected modules whenever the
# tm.h file changes. The files compiled are:
# tm.h file changes. The files compiled are:
...
...
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