aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.c-torture/execute/nest-align-1.x
blob: 392d9aaa898a7c08345d5ab6239b81bf7b1f4ecf (plain)
1
2
3
4
5
# Force bigger stack alignment for PowerPC EABI targets.
if { [istarget "powerpc-*-eabi*"] } {
    set additional_flags "-mno-eabi"
}
return 0