diff options
author | Per Fogelstrom <pefo@cvs.openbsd.org> | 1998-03-25 12:15:55 +0000 |
---|---|---|
committer | Per Fogelstrom <pefo@cvs.openbsd.org> | 1998-03-25 12:15:55 +0000 |
commit | 0486b2528b0a232cb785b721569b5aaa4a54f29b (patch) | |
tree | 0c24bb2d0105d9e76626076b18333e9bd786e43c | |
parent | 4bde02db01d94c9a1eb4b9fdf09f4cc62e1dc9ff (diff) |
shlib soon...
-rw-r--r-- | gnu/usr.bin/gcc/config/rs6000/t-openbsd | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/gnu/usr.bin/gcc/config/rs6000/t-openbsd b/gnu/usr.bin/gcc/config/rs6000/t-openbsd index 5eca09aca3b..fed55772f2c 100644 --- a/gnu/usr.bin/gcc/config/rs6000/t-openbsd +++ b/gnu/usr.bin/gcc/config/rs6000/t-openbsd @@ -16,13 +16,15 @@ fp-bit.c: $(srcdir)/config/fp-bit.c # Build libgcc.a with different options. MULTILIB_OPTIONS = msoft-float - MULTILIB_DIRNAMES = soft-float - - -MULTILIB_MATCHES = msoft-float=mcpu?403 \ +MULTILIB_MATCHES_FLOAT = msoft-float=mcpu?403 \ msoft-float=mcpu?mpc403 \ msoft-float=mcpu?ppc403 +MULTILIB_EXCEPTIONS = +MULTILIB_MATCHES = ${MULTILIB_MATCHES_FLOAT} \ + fPIC=mrelocatable-lib \ + fPIC=mrelocatable \ + fPIC=fpic LIBGCC = stmp-multilib INSTALL_LIBGCC = install-multilib |