PR 2606
* configure.in: Disable emulations for PE targets. * configure: Regenerate.
This commit is contained in:
parent
ee9357b4cb
commit
39871c07c4
@ -1,3 +1,9 @@
|
||||
2010-11-19 Alan Modra <amodra@gmail.com>
|
||||
|
||||
PR 2606
|
||||
* configure.in: Disable emulations for PE targets.
|
||||
* configure: Regenerate.
|
||||
|
||||
2010-11-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
|
||||
|
||||
PR gas/12181
|
||||
|
5
gas/configure
vendored
5
gas/configure
vendored
@ -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.
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user