build failure on IRIX when building with Python support.
[deliverable/binutils-gdb.git] / gas / configure.in
index 0d5e3e175c91b517ee60f96daad8a7a6762c0263..c11d1dfe7250dca36e71ed7ffd290907deb7fdd7 100644 (file)
@@ -466,6 +466,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.033 seconds and 4 git commands to generate.