aboutsummaryrefslogtreecommitdiff
path: root/gas/configure
diff options
context:
space:
mode:
Diffstat (limited to 'gas/configure')
-rwxr-xr-xgas/configure5
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/configure b/gas/configure
index 4b06ca4..d5431f2 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.