aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorMichael Meissner <meissner@gcc.gnu.org>1992-05-18 20:19:08 +0000
committerMichael Meissner <meissner@gcc.gnu.org>1992-05-18 20:19:08 +0000
commit30979105ae9e550241a4cc277403a395950517cc (patch)
tree34cdea46eb0ba92a4770524c6435040b0b1b1f88 /gcc
parent2e0b13db3cf6c0cf90442da13959fa45de8173e4 (diff)
downloadgcc-30979105ae9e550241a4cc277403a395950517cc.zip
gcc-30979105ae9e550241a4cc277403a395950517cc.tar.gz
gcc-30979105ae9e550241a4cc277403a395950517cc.tar.bz2
*** empty log message ***
From-SVN: r1011
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/mips/t-mips8
-rw-r--r--gcc/config/mips/t-osfrose8
-rw-r--r--gcc/config/mips/t-ultrix8
3 files changed, 18 insertions, 6 deletions
diff --git a/gcc/config/mips/t-mips b/gcc/config/mips/t-mips
index 4c4138aa..559fcae 100644
--- a/gcc/config/mips/t-mips
+++ b/gcc/config/mips/t-mips
@@ -4,8 +4,12 @@ LIBGCC2_CFLAGS = -O2 $(GCC_CFLAGS) -g1 -G 0
CONFIG2_H = $(srcdir)/config/mips.h
# We have a premade insn-attrtab.c to save the hour it takes to run genattrtab.
-PREMADE_ATTRTAB = config/mips-at.c
-PREMADE_ATTRTAB_MD = config/mips-at.md
+PREMADE_ATTRTAB = $(srcdir)/config/mips-at.c
+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
# tm.h file changes. The files compiled are:
diff --git a/gcc/config/mips/t-osfrose b/gcc/config/mips/t-osfrose
index fb0362d..9f6395d 100644
--- a/gcc/config/mips/t-osfrose
+++ b/gcc/config/mips/t-osfrose
@@ -3,8 +3,12 @@ LIMITS_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.
-PREMADE_ATTRTAB = config/mips-at.c
-PREMADE_ATTRTAB_MD = config/mips-at.md
+PREMADE_ATTRTAB = $(srcdir)/config/mips-at.c
+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
# tm.h file changes. The files compiled are:
diff --git a/gcc/config/mips/t-ultrix b/gcc/config/mips/t-ultrix
index 4c4138aa..559fcae 100644
--- a/gcc/config/mips/t-ultrix
+++ b/gcc/config/mips/t-ultrix
@@ -4,8 +4,12 @@ LIBGCC2_CFLAGS = -O2 $(GCC_CFLAGS) -g1 -G 0
CONFIG2_H = $(srcdir)/config/mips.h
# We have a premade insn-attrtab.c to save the hour it takes to run genattrtab.
-PREMADE_ATTRTAB = config/mips-at.c
-PREMADE_ATTRTAB_MD = config/mips-at.md
+PREMADE_ATTRTAB = $(srcdir)/config/mips-at.c
+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
# tm.h file changes. The files compiled are: