diff options
author | Doug Evans <dje@gnu.org> | 1996-08-05 23:02:02 +0000 |
---|---|---|
committer | Doug Evans <dje@gnu.org> | 1996-08-05 23:02:02 +0000 |
commit | d50014aec65054e8a46ead153a31e21c5ce43622 (patch) | |
tree | 3b2de3367bb8ea183b73f07ba73489c6a7820e87 /gcc | |
parent | 09a43cbf34c62c1b415f62def7e8cdf0b3d41f59 (diff) | |
download | gcc-d50014aec65054e8a46ead153a31e21c5ce43622.zip gcc-d50014aec65054e8a46ead153a31e21c5ce43622.tar.gz gcc-d50014aec65054e8a46ead153a31e21c5ce43622.tar.bz2 |
(MULTILIB_OPTIONS): Add mbroken-saverestore.
(MULTILIB_DIRNAMES): Add brknsave.
From-SVN: r12597
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/sparc/t-splet | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/sparc/t-splet b/gcc/config/sparc/t-splet index 0c4923d..9e2857d 100644 --- a/gcc/config/sparc/t-splet +++ b/gcc/config/sparc/t-splet @@ -16,8 +16,8 @@ fp-bit.c: $(srcdir)/config/fp-bit.c echo '#define FLOAT' > fp-bit.c cat $(srcdir)/config/fp-bit.c >> fp-bit.c -MULTILIB_OPTIONS = mlive-g0 -MULTILIB_DIRNAMES = live-g0 +MULTILIB_OPTIONS = mlive-g0 mbroken-saverestore +MULTILIB_DIRNAMES = live-g0 brknsave LIBGCC = stmp-multilib INSTALL_LIBGCC = install-multilib |