PR 2606
[deliverable/binutils-gdb.git] / gas / configure
index 4b06ca44d70eedd9aec089495f60f0ba33d0f413..d5431f28cd0a0aacda783d7df3e8fe059585f733 100755 (executable)
@@ -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.
This page took 0.026196 seconds and 4 git commands to generate.