diff options
author | geoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-12-18 22:45:36 +0000 |
---|---|---|
committer | geoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-12-18 22:45:36 +0000 |
commit | 1638c263fbc8a0f398ef5fb209a0c425b12a7311 (patch) | |
tree | c6d693fece2b4aa7c01f88d65ef8f05640ec8838 /gcc/config/rs6000/t-newas | |
parent | edf5b57ac6124c07a2a78f891c62a3743d91d93e (diff) | |
download | gcc-1638c263fbc8a0f398ef5fb209a0c425b12a7311.tar.gz |
* config/rs6000/t-rs6000: Move contents to t-fprules,
add rules for dependencies of rs6000.o and to build rs6000-c.o
* config/rs6000/t-fprules: New file from t-rs6000.
* config/rs6000/t-beos: Remove soft-fp rules.
* config/rs6000/t-ppccomm: Likewise.
* config/rs6000/t-newas: Likewise.
* config/rs6000/t-rs6000-c-rule: Delete.
* config.gcc: Use t-fprules for rs6000/ ports when appropriate.
Use t-rs6000 for all rs6000/ ports instead of t-rs6000-c-rule.
Create generic Darwin rules.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@60265 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/rs6000/t-newas')
-rw-r--r-- | gcc/config/rs6000/t-newas | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/gcc/config/rs6000/t-newas b/gcc/config/rs6000/t-newas index b8e715a220a..a26ce39402c 100644 --- a/gcc/config/rs6000/t-newas +++ b/gcc/config/rs6000/t-newas @@ -1,15 +1,3 @@ -# We want fine grained libraries, so use the new code to build the -# floating point emulation libraries. -FPBIT = fp-bit.c -DPBIT = dp-bit.c - -dp-bit.c: $(srcdir)/config/fp-bit.c - cat $(srcdir)/config/fp-bit.c > dp-bit.c - -fp-bit.c: $(srcdir)/config/fp-bit.c - echo '#define FLOAT' > fp-bit.c - cat $(srcdir)/config/fp-bit.c >> fp-bit.c - # Build the libraries for both hard and soft floating point and all of the # different processor models @@ -19,7 +7,7 @@ MULTILIB_OPTIONS = msoft-float \ MULTILIB_DIRNAMES = soft-float \ common power powerpc -MULTILIB_MATCHES = msoft-float=mcpu?403 \ +MULTILIB_MATCHES = $(MULTILIB_MATCHES_FLOAT) \ mcpu?power=mpower \ mcpu?power=mrios1 \ mcpu?power=mcpu?rios1 \ @@ -39,9 +27,6 @@ MULTILIB_MATCHES = msoft-float=mcpu?403 \ mcpu?powerpc=mpowerpc-gpopt \ mcpu?powerpc=mpowerpc-gfxopt -LIBGCC = stmp-multilib -INSTALL_LIBGCC = install-multilib - # Aix 3.2.x needs milli.exp for -mcpu=common EXTRA_PARTS = milli.exp milli.exp: $(srcdir)/config/rs6000/milli.exp |