aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorBernd Schmidt <bernd.schmidt@analog.com>2005-11-09 11:28:07 +0000
committerBernd Schmidt <bernds@gcc.gnu.org>2005-11-09 11:28:07 +0000
commitf98ae2abfb923abe02c882b36c1952b29f9bb4b3 (patch)
treef5b3a9203ad9b9e921c8b8591fe503d45f04ea59 /gcc
parenta01db3bf1a1430d7c4665364250ac63fab318a6a (diff)
downloadgcc-f98ae2abfb923abe02c882b36c1952b29f9bb4b3.zip
gcc-f98ae2abfb923abe02c882b36c1952b29f9bb4b3.tar.gz
gcc-f98ae2abfb923abe02c882b36c1952b29f9bb4b3.tar.bz2
t-bfin-elf (MULTILIB_OPTIONS, [...]): New.
* config/bfin/t-bfin-elf (MULTILIB_OPTIONS, MULTILIB_DEFAULTS, MULTILIB_DIRNAMES, MULTILIB_EXCEPTIONS): New. From-SVN: r106684
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/bfin/t-bfin-elf5
2 files changed, 10 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 32c9206..1b5992b 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2005-11-08 Bernd Schmidt <bernd.schmidt@analog.com>
+
+ * config/bfin/t-bfin-elf (MULTILIB_OPTIONS, MULTILIB_DEFAULTS,
+ MULTILIB_DIRNAMES, MULTILIB_EXCEPTIONS): New.
+
2005-11-09 Nathan Sidwell <nathan@codesourcery.com>
Add ms2 support
diff --git a/gcc/config/bfin/t-bfin-elf b/gcc/config/bfin/t-bfin-elf
index 662dc4c..928129c 100644
--- a/gcc/config/bfin/t-bfin-elf
+++ b/gcc/config/bfin/t-bfin-elf
@@ -19,6 +19,11 @@ fp-bit.c: $(srcdir)/config/fp-bit.c
# it is fixed in binutils (if it is necessary).
GCC_CFLAGS += -N
+MULTILIB_OPTIONS=mid-shared-library
+MULTILIB_DEFAULTS=
+MULTILIB_DIRNAMES=
+MULTILIB_EXCEPTIONS=
+
# Assemble startup files.
$(T)crti.o: $(srcdir)/config/bfin/crti.s $(GCC_PASSES)
$(GCC_FOR_TARGET) $(GCC_CFLAGS) $(MULTILIB_CFLAGS) $(INCLUDES) \