summaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-07-18 07:29:40 -0400
committermidipix <writeonce@midipix.org>2016-07-18 07:29:40 -0400
commit071e27b36f351ea3659fb569399a8dbdaabe56aa (patch)
treefb5161bafd79ae700177fe710ff896041f2aa4ba /gcc
parent98161e67657303e9fef17677de9b3dc40afcf783 (diff)
downloadcbb-gcc-4.6.4-071e27b36f351ea3659fb569399a8dbdaabe56aa.tar.bz2
cbb-gcc-4.6.4-071e27b36f351ea3659fb569399a8dbdaabe56aa.tar.xz
midipix targets: remove the MASK_STACK_PROBE bit from the subtarget default.
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/i386/midipix.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/config/i386/midipix.h b/gcc/config/i386/midipix.h
index 925c3ad96..bbd0dcabb 100644
--- a/gcc/config/i386/midipix.h
+++ b/gcc/config/i386/midipix.h
@@ -151,7 +151,6 @@
#undef TARGET_SUBTARGET_DEFAULT
#define TARGET_SUBTARGET_DEFAULT (MASK_ALIGN_DOUBLE \
- | MASK_STACK_PROBE \
| MASK_80387 \
| MASK_IEEE_FP \
| MASK_FLOAT_RETURNS)