diff options
author | Geoffrey Keating <geoffk@apple.com> | 2002-12-18 22:45:36 +0000 |
---|---|---|
committer | Geoffrey Keating <geoffk@gcc.gnu.org> | 2002-12-18 22:45:36 +0000 |
commit | 40b4cdbfa980e8074a13d03b32daa8f1eaf721bf (patch) | |
tree | c6d693fece2b4aa7c01f88d65ef8f05640ec8838 /gcc/config/rs6000/t-beos | |
parent | 892aebc9f1c9112d71eff7f89cdb395f9a78808f (diff) | |
download | gcc-40b4cdbfa980e8074a13d03b32daa8f1eaf721bf.zip gcc-40b4cdbfa980e8074a13d03b32daa8f1eaf721bf.tar.gz gcc-40b4cdbfa980e8074a13d03b32daa8f1eaf721bf.tar.bz2 |
t-rs6000: Move contents to t-fprules...
* 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.
From-SVN: r60265
Diffstat (limited to 'gcc/config/rs6000/t-beos')
-rw-r--r-- | gcc/config/rs6000/t-beos | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/gcc/config/rs6000/t-beos b/gcc/config/rs6000/t-beos index 1d4fbf7..badffef 100644 --- a/gcc/config/rs6000/t-beos +++ b/gcc/config/rs6000/t-beos @@ -1,23 +1,8 @@ -# 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 +# Build the libraries for both hard & soft floating point and ppc/common. MULTILIB_OPTIONS = msoft-float mcpu=common MULTILIB_DIRNAMES = soft-float common -LIBGCC = stmp-multilib -INSTALL_LIBGCC = install-multilib - # This is probably the correct define, to override the Makefile # default, but using it causes more problems than it solves. # |