Makefile.in (PREMADE_ATTRTAB_MD, [...]): Delete.

* Makefile.in (PREMADE_ATTRTAB_MD, PREMADE_ATTRTAB): Delete.
        (s-attrtab); No longer try to use pre-made insn-attrtab file.
        * mips/t-bsd: Delete references to obsolete PREMADE_ATTRTAB and
        PREMADE_ATTRTAB_MD.
        * mips/t-ecoff: Likewise.
        * mips/t-elf: Likewise.
        * mips/t-mips: Likewise.
        * mips/t-osfrose: Likewise.
        * mips/t-r3900: Likewise.
        * mips/t-svr3: Likewise.
        * mips/t-svr4: Likewise.
        * mips/t-ultrix: Likewise.

From-SVN: r28566
This commit is contained in:
Jeffrey A Law 1999-08-07 05:19:55 +00:00 committed by Jeff Law
parent 8490b53362
commit 5b4146bd4d
11 changed files with 14 additions and 50 deletions

View File

@ -1,5 +1,18 @@
Fri Aug 6 23:08:44 1999 Jeffrey A Law (law@cygnus.com)
* Makefile.in (PREMADE_ATTRTAB_MD, PREMADE_ATTRTAB): Delete.
(s-attrtab); No longer try to use pre-made insn-attrtab file.
* mips/t-bsd: Delete references to obsolete PREMADE_ATTRTAB and
PREMADE_ATTRTAB_MD.
* mips/t-ecoff: Likewise.
* mips/t-elf: Likewise.
* mips/t-mips: Likewise.
* mips/t-osfrose: Likewise.
* mips/t-r3900: Likewise.
* mips/t-svr3: Likewise.
* mips/t-svr4: Likewise.
* mips/t-ultrix: Likewise.
* gcc.texi: Document recommend means to provide software floating
point libraries in libgcc.a

View File

@ -224,13 +224,6 @@ STMP_FIXPROTO = stmp-fixproto
# Test to see whether <limits.h> exists in the system header files.
LIMITS_H_TEST = [ -f $(SYSTEM_HEADER_DIR)/limits.h ]
# There may be a premade insn-attrtab.c for this machine.
# (You could rebuild it with genattrtab as usual, but it takes a long time.)
# PREMADE_ATTRTAB is the file name of the file to use.
# PREMADE_ATTRTAB_MD is the md file it corresponds to.
PREMADE_ATTRTAB_MD = Makefile # Guaranteed not to cmp equal to md.
PREMADE_ATTRTAB =
target=@target@
target_alias=@target_alias@
xmake_file=@dep_host_xmake_file@
@ -1729,13 +1722,7 @@ s-attr : $(md_file) genattr $(srcdir)/move-if-change
insn-attrtab.c: s-attrtab ; @true
s-attrtab : $(md_file) genattrtab $(srcdir)/move-if-change
if cmp -s $(PREMADE_ATTRTAB_MD) $(md_file); \
then \
echo Using $(PREMADE_ATTRTAB); \
cp $(PREMADE_ATTRTAB) tmp-attrtab.c; \
else \
./genattrtab $(md_file) > tmp-attrtab.c; \
fi
./genattrtab $(md_file) > tmp-attrtab.c
$(srcdir)/move-if-change tmp-attrtab.c insn-attrtab.c
touch s-attrtab

View File

@ -2,10 +2,6 @@
# to point to the bsd43 include files.
SYSTEM_HEADER_DIR = /bsd43/usr/include
# We have a premade insn-attrtab.c to save the hour it takes to run genattrtab.
# PREMADE_ATTRTAB = $(srcdir)/config/mips/mips-at.c
# PREMADE_ATTRTAB_MD = $(srcdir)/config/mips/mips-at.md
# Suppress building libgcc1.a, since the MIPS compiler port is complete
# and does not need anything from libgcc1.a.
LIBGCC1 =

View File

@ -1,9 +1,5 @@
CONFIG2_H = $(srcdir)/config/mips/ecoff.h
# We have a premade insn-attrtab.c to save the hour it takes to run genattrtab.
# PREMADE_ATTRTAB = $(srcdir)/config/mips/mips-at.c
# PREMADE_ATTRTAB_MD = $(srcdir)/config/mips/mips-at.md
# Suppress building libgcc1.a, since the MIPS compiler port is complete
# and does not need anything from libgcc1.a.
LIBGCC1 =

View File

@ -1,9 +1,5 @@
CONFIG2_H = $(srcdir)/config/mips/ecoff.h
# We have a premade insn-attrtab.c to save the hour it takes to run genattrtab.
# PREMADE_ATTRTAB = $(srcdir)/config/mips/mips-at.c
# PREMADE_ATTRTAB_MD = $(srcdir)/config/mips/mips-at.md
# Suppress building libgcc1.a, since the MIPS compiler port is complete
# and does not need anything from libgcc1.a.
LIBGCC1 =

View File

@ -1,7 +1,3 @@
# We have a premade insn-attrtab.c to save the hour it takes to run genattrtab.
# PREMADE_ATTRTAB = $(srcdir)/config/mips/mips-at.c
# PREMADE_ATTRTAB_MD = $(srcdir)/config/mips/mips-at.md
# Suppress building libgcc1.a, since the MIPS compiler port is complete
# and does not need anything from libgcc1.a.
LIBGCC1 =

View File

@ -1,7 +1,3 @@
# We have a premade insn-attrtab.c to save the hour it takes to run genattrtab.
# PREMADE_ATTRTAB = $(srcdir)/config/mips/mips-at.c
# PREMADE_ATTRTAB_MD = $(srcdir)/config/mips/mips-at.md
# Suppress building libgcc1.a, since the MIPS compiler port is complete
# and does not need anything from libgcc1.a.
LIBGCC1 =

View File

@ -1,9 +1,5 @@
CONFIG2_H = $(srcdir)/config/mips/ecoff.h
# We have a premade insn-attrtab.c to save the hour it takes to run genattrtab.
# PREMADE_ATTRTAB = $(srcdir)/config/mips/mips-at.c
# PREMADE_ATTRTAB_MD = $(srcdir)/config/mips/mips-at.md
# Suppress building libgcc1.a, since the MIPS compiler port is complete
# and does not need anything from libgcc1.a.
LIBGCC1 =

View File

@ -2,10 +2,6 @@
# to point to the svr3 include files.
SYSTEM_HEADER_DIR = /sysv/usr/include
# We have a premade insn-attrtab.c to save the hour it takes to run genattrtab.
# PREMADE_ATTRTAB = $(srcdir)/config/mips/mips-at.c
# PREMADE_ATTRTAB_MD = $(srcdir)/config/mips/mips-at.md
# Suppress building libgcc1.a, since the MIPS compiler port is complete
# and does not need anything from libgcc1.a.
LIBGCC1 =

View File

@ -2,10 +2,6 @@
# to point to the svr4 include files.
SYSTEM_HEADER_DIR = /svr4/usr/include
# We have a premade insn-attrtab.c to save the hour it takes to run genattrtab.
# PREMADE_ATTRTAB = $(srcdir)/config/mips/mips-at.c
# PREMADE_ATTRTAB_MD = $(srcdir)/config/mips/mips-at.md
# Suppress building libgcc1.a, since the MIPS compiler port is complete
# and does not need anything from libgcc1.a.
LIBGCC1 =

View File

@ -1,9 +1,5 @@
CONFIG2_H = $(srcdir)/config/mips/mips.h
# We have a premade insn-attrtab.c to save the hour it takes to run genattrtab.
# PREMADE_ATTRTAB = $(srcdir)/config/mips/mips-at.c
# PREMADE_ATTRTAB_MD = $(srcdir)/config/mips/mips-at.md
# Suppress building libgcc1.a, since the MIPS compiler port is complete
# and does not need anything from libgcc1.a.
LIBGCC1 =