components/gcc49/patches/007-libgomp.exp.patch
changeset 5205 eaff9ab86216
equal deleted inserted replaced
5204:766639d560b9 5205:eaff9ab86216
       
     1 # Stefan Teleman <[email protected]>
       
     2 # We want MMX, SSE and SSE2 in libgomp.
       
     3 # Internal patch. Submitted upstream. Status pending.
       
     4 --- libgomp/testsuite/lib/libgomp.exp	2013-11-07 10:07:58.000000000 -0500
       
     5 +++ libgomp/testsuite/lib/libgomp.exp	2014-11-19 08:37:47.706302934 -0500
       
     6 @@ -145,7 +145,7 @@
       
     7      # We use atomic operations in the testcases to validate results.
       
     8      if { ([istarget i?86-*-*] || [istarget x86_64-*-*])
       
     9  	 && [check_effective_target_ia32] } {
       
    10 -	lappend ALWAYS_CFLAGS "additional_flags=-march=i486"
       
    11 +	lappend ALWAYS_CFLAGS "additional_flags=-march=pentium4"
       
    12      }
       
    13  
       
    14      if [istarget *-*-darwin*] {