X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gas%2Fconfigure;h=d5431f28cd0a0aacda783d7df3e8fe059585f733;hb=39871c07c409c2fa6217bf339d20504d2afb4df4;hp=4b06ca44d70eedd9aec089495f60f0ba33d0f413;hpb=ee9357b4cb33d5e0b3a85316d695080ea4b4dd22;p=deliverable%2Fbinutils-gdb.git diff --git a/gas/configure b/gas/configure index 4b06ca44d7..d5431f28cd 100755 --- a/gas/configure +++ b/gas/configure @@ -12316,6 +12316,11 @@ if test ${all_targets} = "yes"; then esac fi +# PE code has way too many macros tweaking behaviour +case ${te_file} in + pe*) emulations="" ;; +esac + # Assign floating point type. Most processors with FP support # IEEE FP. On those that don't support FP at all, usually IEEE # is emulated.