1 2 3 4 5
# Force bigger stack alignment for PowerPC EABI targets. if { [istarget "powerpc-*-eabi*"] } { set additional_flags "-mno-eabi" } return 0