diff options
author | Alexander Kabaev <kan@FreeBSD.org> | 2004-07-28 03:11:36 +0000 |
---|---|---|
committer | Alexander Kabaev <kan@FreeBSD.org> | 2004-07-28 03:11:36 +0000 |
commit | 9a63ad9273061dc19cbd117762e365ea9634e241 (patch) | |
tree | 052f4bb635f2bea2c5e350bd60c902be100a0d1e /contrib/gcc/config/rs6000/t-beos | |
parent | fe349557597c18e74a14e9a0d2bdb422892159d8 (diff) |
Gcc 3.4.2 20040728.
Notes
Notes:
svn path=/vendor/gcc/dist/; revision=132718
Diffstat (limited to 'contrib/gcc/config/rs6000/t-beos')
-rw-r--r-- | contrib/gcc/config/rs6000/t-beos | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/contrib/gcc/config/rs6000/t-beos b/contrib/gcc/config/rs6000/t-beos index 1d4fbf744753..badffefff429 100644 --- a/contrib/gcc/config/rs6000/t-beos +++ b/contrib/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. # |