| author | Oliver Tappe <zooey@hirschkaefer.de> | 2014-07-26 19:50:18.0 +02:00:00 |
|---|---|---|
| committer | Oliver Tappe <zooey@hirschkaefer.de> | 2014-07-26 19:50:18.0 +02:00:00 |
| commit | 4947d64591fdd9764dad9ff6835ffbef1618e17f [patch] |
|
| tree | c98dbf9a5bb5b53364acd304a7718a51c375a06d |
|
| parent | 54883b1bb5334cdb6a77a77e33e634c699c02353 |
|
| download | 4947d64591fdd9764dad9ff6835ffbef1618e17f.tar.gz |
|
Fix build failure on m68k and powerpc.
Diff
gcc/libgcc/config.host | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gcc/libgcc/config.host b/gcc/libgcc/config.host index cda47a1..933f09a 100644 --- a/gcc/libgcc/config.host +++ b/gcc/libgcc/config.host @@ -701,6 +701,8 @@ m32rle-*-linux*) tmake_file="$tmake_file m32r/t-linux t-fdpbit" ;; m68k-*-haiku*) ;; m68k-*-elf* | fido-*-elf) tmake_file="$tmake_file m68k/t-floatlib" ;; @@ -853,6 +855,8 @@ md_unwind_header=rs6000/freebsd-unwind.h ;; esac ;; powerpc-*-haiku*) ;; powerpc-*-netbsd*) tmake_file="$tmake_file rs6000/t-netbsd rs6000/t-crtstuff"