diff options
author | Joel Sherrill <joel.sherrill@oarcorp.com> | 2011-11-04 12:57:40 +0000 |
---|---|---|
committer | Joel Sherrill <joel@gcc.gnu.org> | 2011-11-04 12:57:40 +0000 |
commit | 7084e0378d09b29bd266d8858ca72ef7a5e18c57 (patch) | |
tree | fa82506b24ac2465e0847916564e09dd48eb2bb4 /libgcc/config.host | |
parent | ba65ae4288a50e9761672f29240939640efa57ab (diff) | |
download | gcc-7084e0378d09b29bd266d8858ca72ef7a5e18c57.zip gcc-7084e0378d09b29bd266d8858ca72ef7a5e18c57.tar.gz gcc-7084e0378d09b29bd266d8858ca72ef7a5e18c57.tar.bz2 |
re PR target/50989 (sparc libgcc2 __udivmoddi4 has undefined reference to .umul)
2011-11-04 Joel Sherrill <joel.sherrill@oarcorp.com>
PR target/50989
* config.host (sparc-*-rtems*): Add sparc/t-softmul.
From-SVN: r180946
Diffstat (limited to 'libgcc/config.host')
-rw-r--r-- | libgcc/config.host | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgcc/config.host b/libgcc/config.host index a979721..01e7123 100644 --- a/libgcc/config.host +++ b/libgcc/config.host @@ -1025,7 +1025,7 @@ sparc-*-linux*) # SPARC's running GNU/Linux, libc6 md_unwind_header=sparc/linux-unwind.h ;; sparc-*-rtems*) - tmake_file="sparc/t-elf t-crtfm t-rtems t-fdpbit" + tmake_file="sparc/t-elf sparc/t-softmul t-crtfm t-rtems t-fdpbit" extra_parts="$extra_parts crti.o crtn.o crtfastmath.o" ;; sparc*-*-solaris2*) |