diff options
author | pinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-01-22 00:43:56 +0000 |
---|---|---|
committer | pinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-01-22 00:43:56 +0000 |
commit | cdca0ab7f68ecdb72fc322d139111b9c763c2417 (patch) | |
tree | 5d3757dd2ec72c8cc653d26e82d4b252688b2b57 /libgcc/config.host | |
parent | 1487b6f49401e425f56934bba52ec707be0ee2c9 (diff) | |
download | gcc-cdca0ab7f68ecdb72fc322d139111b9c763c2417.tar.gz |
2007-01-21 Andrew Pinski <pinskia@gmail.com>
PR target/30519
* config.host (alpha*-*-linux*): Set extra_parts.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121047 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgcc/config.host')
-rw-r--r-- | libgcc/config.host | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libgcc/config.host b/libgcc/config.host index a6e6a101480..48c46e72304 100644 --- a/libgcc/config.host +++ b/libgcc/config.host @@ -192,6 +192,7 @@ alpha*-*-unicosmk*) ;; alpha*-*-linux*) tmake_file="${tmake_file} alpha/t-crtfm" + extra_parts="$extra_parts crtfastmath.o" ;; alpha*-*-gnu*) ;; |