*** empty log message ***
authorMichael Meissner <meissner@gcc.gnu.org>
Mon, 18 May 1992 20:19:08 +0000 (20:19 +0000)
committerMichael Meissner <meissner@gcc.gnu.org>
Mon, 18 May 1992 20:19:08 +0000 (20:19 +0000)
From-SVN: r1011

gcc/config/mips/t-mips
gcc/config/mips/t-osfrose
gcc/config/mips/t-ultrix

index 4c4138aadeb6ed6995a224c0fd010c14211deca0..559fcae61d003acb12743b04953bc66fe384ad1b 100644 (file)
@@ -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:
index fb0362d128b5c932467f88774300e28c46652b21..9f6395d541bed5933127029fe3c7f4930fba2c0b 100644 (file)
@@ -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:
index 4c4138aadeb6ed6995a224c0fd010c14211deca0..559fcae61d003acb12743b04953bc66fe384ad1b 100644 (file)
@@ -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: