summaryrefslogtreecommitdiff
path: root/gas/configure.in
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2010-11-19 02:31:59 +0000
committerAlan Modra <amodra@bigpond.net.au>2010-11-19 02:31:59 +0000
commit3453eb8bdd97efc37795e069e42d69d79bda633e (patch)
treeb60ebd9051f63a44d4ee9457272de25769b3dea9 /gas/configure.in
parente7862d5066baf9939def4bdea8e803fc20f93ef0 (diff)
downloadbinutils-redhat-3453eb8bdd97efc37795e069e42d69d79bda633e.tar.gz
PR 2606
* configure.in: Disable emulations for PE targets. * configure: Regenerate.
Diffstat (limited to 'gas/configure.in')
-rw-r--r--gas/configure.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/configure.in b/gas/configure.in
index 0d5e3e175c..c11d1dfe72 100644
--- a/gas/configure.in
+++ b/gas/configure.in
@@ -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.