diff options
author | David Billinghurst <billingd@gcc.gnu.org> | 2009-05-29 07:49:26 +0000 |
---|---|---|
committer | David Billinghurst <billingd@gcc.gnu.org> | 2009-05-29 07:49:26 +0000 |
commit | e997fb9cde056a19283773504860010e3dede244 (patch) | |
tree | b3f975d3d94771d2a5571fa1d397d6add803a456 /gcc/config.gcc | |
parent | 58195b740ddfdb337f459d3660adfe60494747db (diff) | |
download | gcc-e997fb9cde056a19283773504860010e3dede244.zip gcc-e997fb9cde056a19283773504860010e3dede244.tar.gz gcc-e997fb9cde056a19283773504860010e3dede244.tar.bz2 |
config.host: Add i386/${host_address}/t-fprules-softfp and t-softfp to tmake_file for...
2009-05-29 David Billinghurst <billingd@gcc.gnu.org>
* config.host: Add i386/${host_address}/t-fprules-softfp and
t-softfp to tmake_file for i[34567]86-*-cygwin*.
2009-05-29 David Billinghurst <billingd@gcc.gnu.org>
* config.gcc: Add i386/t-fprules-softfp and soft-fp/t-softfp
to tmake_file for i[34567]86-*-cygwin*.
From-SVN: r147972
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index 3763bd9..608b9c5f 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -1315,8 +1315,7 @@ i[34567]86-*-mingw* | x86_64-*-mingw*) default_use_cxa_atexit=yes use_gcc_stdint=wrap case ${enable_threads} in - "" | yes | win32) - thread_file='win32' + "" | yes | win32) thread_file='win32' tmake_file="${tmake_file} i386/t-gthr-win32" ;; esac @@ -3127,6 +3126,9 @@ case ${target} in i[34567]86-*-linux* | x86_64-*-linux* | i[34567]86-*-kfreebsd*-gnu | x86_64-*-kfreebsd*-gnu) tmake_file="${tmake_file} i386/t-fprules-softfp soft-fp/t-softfp i386/t-linux" ;; + i[34567]86-*-cygwin*) + tmake_file="${tmake_file} i386/t-fprules-softfp soft-fp/t-softfp" + ;; ia64*-*-linux*) tmake_file="${tmake_file} ia64/t-fprules-softfp soft-fp/t-softfp" ;; |