From bdb92a1dc48b528d93801495347354b62f2b4e8b Mon Sep 17 00:00:00 2001 From: hjl Date: Mon, 14 Nov 2011 18:12:24 +0000 Subject: [PATCH] Check ia32 instead of ilp32. 2011-11-14 H.J. Lu * testsuite/lib/libitm.exp: Check ia32 instead of ilp32. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@181360 138bc75d-0d04-0410-961f-82ee72b054a4 --- libitm/ChangeLog | 4 ++++ libitm/testsuite/lib/libitm.exp | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/libitm/ChangeLog b/libitm/ChangeLog index 46c984e8c75..b01b24de97d 100644 --- a/libitm/ChangeLog +++ b/libitm/ChangeLog @@ -1,3 +1,7 @@ +2011-11-14 H.J. Lu + + * testsuite/lib/libitm.exp: Check ia32 instead of ilp32. + 2011-11-10 Rainer Orth * config/alpha/sjlj.S (_ITM_beginTransaction) [!__ELF__]: Don't use diff --git a/libitm/testsuite/lib/libitm.exp b/libitm/testsuite/lib/libitm.exp index 701120aa557..74f7f80859a 100644 --- a/libitm/testsuite/lib/libitm.exp +++ b/libitm/testsuite/lib/libitm.exp @@ -144,7 +144,7 @@ proc libitm_init { args } { # We use atomic operations in the testcases to validate results. if { ([istarget i?86-*-*] || [istarget x86_64-*-*]) - && [check_effective_target_ilp32] } { + && [check_effective_target_ia32] } { lappend ALWAYS_CFLAGS "additional_flags=-march=i486" } -- 2.11.0